Skip to content

Commit e30e7fd

Browse files
committed
Manual merge of SBOM generation
1 parent 70ab4a0 commit e30e7fd

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
@@ -194,6 +194,12 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
194194
</platformDependencies>
195195
</configuration>
196196
</plugin>
197+
<!-- 28-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
198+
<plugin>
199+
<groupId>org.cyclonedx</groupId>
200+
<artifactId>cyclonedx-maven-plugin</artifactId>
201+
</plugin>
202+
197203
</plugins>
198204
</build>
199205
</project>

0 commit comments

Comments
 (0)