This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.3.5 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3.5 by this push: new 61f66288a06 HADOOP-18590. Publish SBOM artifacts (#5281) 61f66288a06 is described below commit 61f66288a06f09b2bf529a8cd7c4667cb574ba70 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Mon Jan 9 16:41:06 2023 -0800 HADOOP-18590. Publish SBOM artifacts (#5281) Signed-off-by: Chris Nauroth <cnaur...@apache.org> (cherry picked from commit 6f99558c2eda5f82e14919789000add91dc8673d) --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 4fabdfca236..2f6f56625df 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x <dependency-check-maven.version>1.4.3</dependency-check-maven.version> <spotbugs.version>4.2.2</spotbugs.version> <spotbugs-maven-plugin.version>4.2.0</spotbugs-maven-plugin.version> + <cyclonedx.version>2.7.3</cyclonedx.version> <shell-executable>bash</shell-executable> @@ -379,6 +380,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x </dependency> </dependencies> </plugin> + <plugin> + <groupId>org.cyclonedx</groupId> + <artifactId>cyclonedx-maven-plugin</artifactId> + <version>${cyclonedx.version}</version> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>makeBom</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </pluginManagement> @@ -486,6 +500,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> </plugin> + <plugin> + <groupId>org.cyclonedx</groupId> + <artifactId>cyclonedx-maven-plugin</artifactId> + </plugin> </plugins> </build> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org