Skip to content

Commit 8b9d5a7

Browse files
committed
JSTEP-14: generate SBOMs
1 parent b26b321 commit 8b9d5a7

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

pom.xml

+6-10
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,15 @@
111111
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
112112
<groupId>com.google.code.maven-replacer-plugin</groupId>
113113
<artifactId>replacer</artifactId>
114-
<executions>
115-
<execution>
116-
<id>process-packageVersion</id>
117-
<phase>generate-sources</phase>
118-
</execution>
119-
</executions>
120114
</plugin>
115+
116+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
121117
<plugin>
122-
<groupId>org.apache.maven.plugins</groupId>
123-
<artifactId>maven-surefire-plugin</artifactId>
118+
<groupId>org.cyclonedx</groupId>
119+
<artifactId>cyclonedx-maven-plugin</artifactId>
124120
</plugin>
125-
<!-- 19-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
126-
will have to use `moduleInfoFile` as anything else requires JDK 9+
121+
<!-- 19-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
122+
will have to use `moduleInfoFile` as anything else requires JDK 9+
127123
-->
128124
<plugin>
129125
<groupId>org.moditect</groupId>

release-notes/VERSION-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Project: jackson-datatype-joda
66

77
2.20.0 (not yet released)
88

9-
-
9+
- Generate SBOMs [JSTEP-14]
1010

1111
2.19.0 (24-Apr-2025)
1212

0 commit comments

Comments
 (0)