Skip to content

Commit 50a8542

Browse files
authored
1 parent f2b39e6 commit 50a8542

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: pom.xml

+17
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,18 @@
252252
</execution>
253253
</executions>
254254
</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>
255267
</plugins>
256268
</build>
257269
</profile>
@@ -330,6 +342,11 @@
330342
<artifactId>sonar-maven-plugin</artifactId>
331343
<version>3.9.1.2184</version>
332344
</plugin>
345+
<plugin>
346+
<groupId>org.cyclonedx</groupId>
347+
<artifactId>cyclonedx-maven-plugin</artifactId>
348+
<version>2.7.0</version>
349+
</plugin>
333350
</plugins>
334351
</pluginManagement>
335352
<plugins>

0 commit comments

Comments
 (0)