We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0b3d1 commit c02d71aCopy full SHA for c02d71a
pom.xml
@@ -277,6 +277,19 @@
277
</execution>
278
</executions>
279
</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>
293
</plugins>
294
</build>
295
</profile>
0 commit comments