Skip to content

Commit

Permalink
Tidy up generated BOMs (#1828)
Browse files Browse the repository at this point in the history
Make the usable with xinclude (properties).
  • Loading branch information
cstamas authored Oct 21, 2024
1 parent 3753743 commit deaa82b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit deaa82b

Please sign in to comment.