Skip to content

Commit

Permalink
ZOOKEEPER-4657: Publish SBOM artifacts (#1969)
Browse files Browse the repository at this point in the history
Reviewed-by: Vinod Anandan <vinod@owasp.org>
Signed-off-by: Chris Nauroth <cnauroth@apache.org>
  • Loading branch information
dongjoon-hyun committed Jan 12, 2023
1 parent b069ede commit aa8790c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,11 @@
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.1</version>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.3</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down Expand Up @@ -1188,6 +1193,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>makeBom</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
Expand Down

0 comments on commit aa8790c

Please sign in to comment.