Skip to content

Commit 5feb06b

Browse files
HBASE-27562 Publish SBOM artifacts (#4953)
Signed-off-by: Duo Zhang <[email protected]>
1 parent 29d4632 commit 5feb06b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2866,6 +2866,19 @@
28662866
</formats>
28672867
</configuration>
28682868
</plugin>
2869+
<plugin>
2870+
<groupId>org.cyclonedx</groupId>
2871+
<artifactId>cyclonedx-maven-plugin</artifactId>
2872+
<version>2.7.3</version>
2873+
<executions>
2874+
<execution>
2875+
<goals>
2876+
<goal>makeBom</goal>
2877+
</goals>
2878+
<phase>package</phase>
2879+
</execution>
2880+
</executions>
2881+
</plugin>
28692882
</plugins>
28702883
<extensions>
28712884
<extension>

0 commit comments

Comments
 (0)