Skip to content

Commit c02d71a

Browse files
authored
1 parent 6b0b3d1 commit c02d71a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,19 @@
277277
</execution>
278278
</executions>
279279
</plugin>
280+
<plugin>
281+
<groupId>org.cyclonedx</groupId>
282+
<artifactId>cyclonedx-maven-plugin</artifactId>
283+
<version>2.7.0</version>
284+
<executions>
285+
<execution>
286+
<phase>package</phase>
287+
<goals>
288+
<goal>makeAggregateBom</goal>
289+
</goals>
290+
</execution>
291+
</executions>
292+
</plugin>
280293
</plugins>
281294
</build>
282295
</profile>

0 commit comments

Comments
 (0)