Skip to content

Commit 869d346

Browse files
committed
Manual merge of SBOM generation from 2.x
1 parent ea91c75 commit 869d346

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ tools.jackson.core.*;version=${project.version}
127127
<groupId>com.google.code.maven-replacer-plugin</groupId>
128128
<artifactId>replacer</artifactId>
129129
</plugin>
130+
<!-- 28-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
131+
<plugin>
132+
<groupId>org.cyclonedx</groupId>
133+
<artifactId>cyclonedx-maven-plugin</artifactId>
134+
</plugin>
135+
130136
<!-- 10-Jan-2025, tatu: [core#1380] Still need to use Moditect to
131137
work around bug/misfeature of maven-shade-plugin where it absolutely
132138
removes root-level `module-info.class`. So use Moditect to put it back

0 commit comments

Comments
 (0)