We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f056ac8 commit 14b593dCopy full SHA for 14b593d
pom.xml
@@ -196,6 +196,11 @@
196
</execution>
197
</executions>
198
</plugin>
199
+ <!-- 28-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
200
+ <plugin>
201
+ <groupId>org.cyclonedx</groupId>
202
+ <artifactId>cyclonedx-maven-plugin</artifactId>
203
+ </plugin>
204
<plugin>
205
<groupId>org.apache.maven.plugins</groupId>
206
<artifactId>maven-compiler-plugin</artifactId>
release-notes/VERSION-2.x
@@ -20,6 +20,7 @@ Co-maintainers:
20
21
#969: Deprecated content has been cleaned up with the version upgrade.
22
#967: Kotlin has been upgraded to 2.0.21.
23
+- Generate SBOMs [JSTEP-14]
24
25
2.19.1 (not yet released)
26
0 commit comments