Skip to content

Commit 14b593d

Browse files
authored
JSTEP-14: generate SBOMs (#977)
1 parent f056ac8 commit 14b593d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@
196196
</execution>
197197
</executions>
198198
</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>
199204
<plugin>
200205
<groupId>org.apache.maven.plugins</groupId>
201206
<artifactId>maven-compiler-plugin</artifactId>

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Co-maintainers:
2020

2121
#969: Deprecated content has been cleaned up with the version upgrade.
2222
#967: Kotlin has been upgraded to 2.0.21.
23+
- Generate SBOMs [JSTEP-14]
2324

2425
2.19.1 (not yet released)
2526

0 commit comments

Comments
 (0)