This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 2503095296 Publish SBOM artifacts (#13648)
2503095296 is described below

commit 2503095296b5a5f95c8d0fddc4e0ba88aa5db149
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jan 10 02:38:10 2023 -0800

    Publish SBOM artifacts (#13648)
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index aed805587a..ac577819c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1536,6 +1536,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.cyclonedx</groupId>
+                <artifactId>cyclonedx-maven-plugin</artifactId>
+                <version>2.7.3</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>makeBom</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to