Skip to content

Commit 5fe5b03

Browse files
committed
JSTEP-14: merge from 2.x
1 parent 392d18f commit 5fe5b03

File tree

7 files changed

+35
-2
lines changed

7 files changed

+35
-2
lines changed

jakarta-jsonp/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-b
4949
<groupId>com.google.code.maven-replacer-plugin</groupId>
5050
<artifactId>replacer</artifactId>
5151
</plugin>
52+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
53+
<plugin>
54+
<groupId>org.cyclonedx</groupId>
55+
<artifactId>cyclonedx-maven-plugin</artifactId>
56+
</plugin>
5257
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
5358
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
5459
<plugin>

jakarta-mail/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ working with Jakarta Mail types
3838
<groupId>com.google.code.maven-replacer-plugin</groupId>
3939
<artifactId>replacer</artifactId>
4040
</plugin>
41+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
42+
<plugin>
43+
<groupId>org.cyclonedx</groupId>
44+
<artifactId>cyclonedx-maven-plugin</artifactId>
45+
</plugin>
4146
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
4247
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
4348
<plugin>

javax-money/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
<groupId>com.google.code.maven-replacer-plugin</groupId>
8686
<artifactId>replacer</artifactId>
8787
</plugin>
88+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
89+
<plugin>
90+
<groupId>org.cyclonedx</groupId>
91+
<artifactId>cyclonedx-maven-plugin</artifactId>
92+
</plugin>
8893
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
8994
<plugin>
9095
<groupId>org.gradlex</groupId>

joda-money/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<groupId>com.google.code.maven-replacer-plugin</groupId>
4545
<artifactId>replacer</artifactId>
4646
</plugin>
47+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
48+
<plugin>
49+
<groupId>org.cyclonedx</groupId>
50+
<artifactId>cyclonedx-maven-plugin</artifactId>
51+
</plugin>
4752
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
4853
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
4954
<plugin>

json-org/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ mainly to make it easier to upgrade code to Jackson, using automated conversions
3939
<groupId>com.google.code.maven-replacer-plugin</groupId>
4040
<artifactId>replacer</artifactId>
4141
</plugin>
42+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
43+
<plugin>
44+
<groupId>org.cyclonedx</groupId>
45+
<artifactId>cyclonedx-maven-plugin</artifactId>
46+
</plugin>
4247
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
4348
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
4449
<plugin>

jsr-353/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ working with JSR-353 (JSON-P) node types via data-binding
6666
<groupId>com.google.code.maven-replacer-plugin</groupId>
6767
<artifactId>replacer</artifactId>
6868
</plugin>
69-
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
69+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
70+
<plugin>
71+
<groupId>org.cyclonedx</groupId>
72+
<artifactId>cyclonedx-maven-plugin</artifactId>
73+
</plugin> <!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
7074
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
7175
<plugin>
7276
<groupId>org.gradlex</groupId>

moneta/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,16 @@
8989
<groupId>com.google.code.maven-replacer-plugin</groupId>
9090
<artifactId>replacer</artifactId>
9191
</plugin>
92+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
93+
<plugin>
94+
<groupId>org.cyclonedx</groupId>
95+
<artifactId>cyclonedx-maven-plugin</artifactId>
96+
</plugin>
9297
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
9398
<plugin>
9499
<groupId>org.gradlex</groupId>
95100
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
96101
</plugin>
97102
</plugins>
98103
</build>
99-
100104
</project>

0 commit comments

Comments
 (0)