|
@@ -918,6 +918,11 @@
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
<version>5.1.1</version>
|
|
<version>5.1.1</version>
|
|
</plugin>
|
|
</plugin>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.cyclonedx</groupId>
|
|
|
|
+ <artifactId>cyclonedx-maven-plugin</artifactId>
|
|
|
|
+ <version>2.7.3</version>
|
|
|
|
+ </plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</pluginManagement>
|
|
</pluginManagement>
|
|
|
|
|
|
@@ -1188,6 +1193,18 @@
|
|
</execution>
|
|
</execution>
|
|
</executions>
|
|
</executions>
|
|
</plugin>
|
|
</plugin>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.cyclonedx</groupId>
|
|
|
|
+ <artifactId>cyclonedx-maven-plugin</artifactId>
|
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>makeBom</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ <phase>package</phase>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
</plugins>
|
|
</plugins>
|
|
<resources>
|
|
<resources>
|
|
<resource>
|
|
<resource>
|