Skip to content

Commit aeddfd7

Browse files
authored
Fixes JSTEP-14: SBOM generation (#290)
1 parent efb85f9 commit aeddfd7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,21 @@
7878
<plugins>
7979
<!-- First: no replacer plugin (no Packaversion.java.in) for this package -->
8080

81+
<!-- 28-Apr-2025, tatu: Will get these settings from `jackson-bom` in 3.x but
82+
2.x does not extend it so...
83+
-->
84+
<plugin>
85+
<groupId>org.cyclonedx</groupId>
86+
<artifactId>cyclonedx-maven-plugin</artifactId>
87+
<configuration>
88+
<skipNotDeployed>true</skipNotDeployed>
89+
<classifier>sbom-cyclonedx</classifier>
90+
</configuration>
91+
</plugin>
92+
8193
<plugin>
8294
<!-- 08-Mar-2019, tatu: Would get these settings from `jackson-bom` except we
83-
do not extend it so...
95+
do not extend it (in 2.x) so...
8496
-->
8597
<groupId>org.moditect</groupId>
8698
<artifactId>moditect-maven-plugin</artifactId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ NOTE: Annotations module will never contain changes in patch versions,
1111
=== Releases ===
1212
------------------------------------------------------------------------
1313

14+
2.20.0 (not yet released)
15+
16+
- Generate SBOMs [JSTEP-14]
17+
1418
2.19.0 (24-Apr-2025)
1519

1620
#280: Minor change to `module-info.java`: use "open module"

0 commit comments

Comments
 (0)