Skip to content

Commit deaa82b

Browse files
authored
Tidy up generated BOMs (#1828)
Make the usable with xinclude (properties).
1 parent 3753743 commit deaa82b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apache-maven/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ under the License.
223223
<plugin>
224224
<groupId>eu.maveniverse.maven.plugins</groupId>
225225
<artifactId>bom-builder3</artifactId>
226-
<version>1.0.1</version>
226+
<version>1.0.2</version>
227227
<executions>
228228
<execution>
229229
<id>skinny-bom</id>
@@ -235,6 +235,7 @@ under the License.
235235
<bomName>Maven Dependencies Skinny BOM</bomName>
236236
<bomDescription>Bill Of Materials for Apache Maven - Maven JARS only</bomDescription>
237237
<outputFilename>maven-skinny-bom.xml</outputFilename>
238+
<usePropertiesForVersion>true</usePropertiesForVersion>
238239
<attach>true</attach>
239240
</configuration>
240241
</execution>
@@ -248,7 +249,8 @@ under the License.
248249
<bomName>Maven Dependencies Fat BOM</bomName>
249250
<bomDescription>Bill Of Materials for Apache Maven - All dependencies</bomDescription>
250251
<outputFilename>maven-fat-bom.xml</outputFilename>
251-
<useDependencies>true</useDependencies>
252+
<useDependencies>PROJECT_AND_TRANSITIVE</useDependencies>
253+
<usePropertiesForVersion>true</usePropertiesForVersion>
252254
<attach>true</attach>
253255
</configuration>
254256
</execution>

0 commit comments

Comments
 (0)