We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b39e6 commit 50a8542Copy full SHA for 50a8542
pom.xml
@@ -252,6 +252,18 @@
252
</execution>
253
</executions>
254
</plugin>
255
+ <plugin>
256
+ <groupId>org.cyclonedx</groupId>
257
+ <artifactId>cyclonedx-maven-plugin</artifactId>
258
+ <executions>
259
+ <execution>
260
+ <phase>package</phase>
261
+ <goals>
262
+ <goal>makeAggregateBom</goal>
263
+ </goals>
264
+ </execution>
265
+ </executions>
266
+ </plugin>
267
</plugins>
268
</build>
269
</profile>
@@ -330,6 +342,11 @@
330
342
<artifactId>sonar-maven-plugin</artifactId>
331
343
<version>3.9.1.2184</version>
332
344
345
346
347
348
+ <version>2.7.0</version>
349
333
350
334
351
</pluginManagement>
335
352
<plugins>
0 commit comments