This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new deaa82b7bd Tidy up generated BOMs (#1828) deaa82b7bd is described below commit deaa82b7bd2f3aa87f07565a28e094a8780aa317 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Mon Oct 21 15:35:48 2024 +0200 Tidy up generated BOMs (#1828) Make the usable with xinclude (properties). --- apache-maven/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index 7d0db6ab30..4ce31f8651 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -223,7 +223,7 @@ under the License. <plugin> <groupId>eu.maveniverse.maven.plugins</groupId> <artifactId>bom-builder3</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> <executions> <execution> <id>skinny-bom</id> @@ -235,6 +235,7 @@ under the License. <bomName>Maven Dependencies Skinny BOM</bomName> <bomDescription>Bill Of Materials for Apache Maven - Maven JARS only</bomDescription> <outputFilename>maven-skinny-bom.xml</outputFilename> + <usePropertiesForVersion>true</usePropertiesForVersion> <attach>true</attach> </configuration> </execution> @@ -248,7 +249,8 @@ under the License. <bomName>Maven Dependencies Fat BOM</bomName> <bomDescription>Bill Of Materials for Apache Maven - All dependencies</bomDescription> <outputFilename>maven-fat-bom.xml</outputFilename> - <useDependencies>true</useDependencies> + <useDependencies>PROJECT_AND_TRANSITIVE</useDependencies> + <usePropertiesForVersion>true</usePropertiesForVersion> <attach>true</attach> </configuration> </execution>