We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea91c75 commit 869d346Copy full SHA for 869d346
pom.xml
@@ -127,6 +127,12 @@ tools.jackson.core.*;version=${project.version}
127
<groupId>com.google.code.maven-replacer-plugin</groupId>
128
<artifactId>replacer</artifactId>
129
</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
+
136
<!-- 10-Jan-2025, tatu: [core#1380] Still need to use Moditect to
137
work around bug/misfeature of maven-shade-plugin where it absolutely
138
removes root-level `module-info.class`. So use Moditect to put it back
0 commit comments