Re: Side effects of import scope?

2022-08-22 Thread herve . boutemy
saying "publish these properties in a bom?" is confusing: properties from the BOM are not published the BOM is written using a property, for simplicity for example of defining a version that is used by many dependencies but that's to ease BOM writer maintenance: it does not publish anything to

Re: Side effects of import scope?

2022-08-22 Thread Delany
Hi Herve, The bom flattenMode in https://www.mojohaus.org/flatten-maven-plugin/flatten-mojo.html is "Like ossrh but additionally keeps dependencyManagement and properties" If the properties are not going to be available to the importing project, why not resolve them in dependencyManagement and le