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 1f2694f commit fc23fb2Copy full SHA for fc23fb2
pom.xml
@@ -198,6 +198,11 @@
198
<groupId>com.google.code.maven-replacer-plugin</groupId>
199
<artifactId>replacer</artifactId>
200
</plugin>
201
+ <!-- 28-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
202
+ <plugin>
203
+ <groupId>org.cyclonedx</groupId>
204
+ <artifactId>cyclonedx-maven-plugin</artifactId>
205
+ </plugin>
206
<plugin>
207
<groupId>org.apache.maven.plugins</groupId>
208
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments