Skip to content

Commit eb77a62

Browse files
authored
Tatu/3.0/jstep 14 merge from 2.x (#580)
1 parent 508c32b commit eb77a62

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

avro/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ abstractions.
7272
<groupId>com.google.code.maven-replacer-plugin</groupId>
7373
<artifactId>replacer</artifactId>
7474
</plugin>
75+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
76+
<plugin>
77+
<groupId>org.cyclonedx</groupId>
78+
<artifactId>cyclonedx-maven-plugin</artifactId>
79+
</plugin>
7580
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
7681
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
7782
<plugin>

cbor/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ encoded data using Jackson abstractions (streaming API, data binding, tree model
4747
<groupId>com.google.code.maven-replacer-plugin</groupId>
4848
<artifactId>replacer</artifactId>
4949
</plugin>
50+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
51+
<plugin>
52+
<groupId>org.cyclonedx</groupId>
53+
<artifactId>cyclonedx-maven-plugin</artifactId>
54+
</plugin>
5055
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
5156
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
5257
<plugin>

ion/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ tree model)
5858
<groupId>com.google.code.maven-replacer-plugin</groupId>
5959
<artifactId>replacer</artifactId>
6060
</plugin>
61+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
62+
<plugin>
63+
<groupId>org.cyclonedx</groupId>
64+
<artifactId>cyclonedx-maven-plugin</artifactId>
65+
</plugin>
6166
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
6267
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
6368
<plugin>

protobuf/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ abstractions.
5252
<groupId>com.google.code.maven-replacer-plugin</groupId>
5353
<artifactId>replacer</artifactId>
5454
</plugin>
55+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
56+
<plugin>
57+
<groupId>org.cyclonedx</groupId>
58+
<artifactId>cyclonedx-maven-plugin</artifactId>
59+
</plugin>
5560
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
5661
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
5762
<plugin>

smile/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ tree model)
6464
<groupId>com.google.code.maven-replacer-plugin</groupId>
6565
<artifactId>replacer</artifactId>
6666
</plugin>
67+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
68+
<plugin>
69+
<groupId>org.cyclonedx</groupId>
70+
<artifactId>cyclonedx-maven-plugin</artifactId>
71+
</plugin>
6772
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
6873
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
6974
<plugin>

0 commit comments

Comments
 (0)