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 1cb213e commit 8d568d1Copy full SHA for 8d568d1
pom.xml
@@ -158,6 +158,11 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
158
<groupId>com.google.code.maven-replacer-plugin</groupId>
159
<artifactId>replacer</artifactId>
160
</plugin>
161
+ <!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
162
+ <plugin>
163
+ <groupId>org.cyclonedx</groupId>
164
+ <artifactId>cyclonedx-maven-plugin</artifactId>
165
+ </plugin>
166
<!-- 05-Jul-2020, tatu: Add gradle module metadata -->
167
<plugin>
168
<groupId>org.gradlex</groupId>
0 commit comments