This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new e2d7919dc1e Revert "HADOOP-18590. Publish SBOM artifacts (#5281)" e2d7919dc1e is described below commit e2d7919dc1e5188028a45bf7381231ced53d2c29 Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Thu Feb 23 11:19:33 2023 +0000 Revert "HADOOP-18590. Publish SBOM artifacts (#5281)" Causes HADOOP-18641. cyclonedx maven plugin breaks on recent maven releases This reverts commit 6f99558c2eda5f82e14919789000add91dc8673d. --- pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pom.xml b/pom.xml index 51a80c76341..fa768296e37 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x <spotbugs-maven-plugin.version>4.2.0</spotbugs-maven-plugin.version> <jsonschema2pojo-maven-plugin.version>1.1.1</jsonschema2pojo-maven-plugin.version> <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> - <cyclonedx.version>2.7.3</cyclonedx.version> <shell-executable>bash</shell-executable> @@ -500,19 +499,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x <artifactId>maven-compiler-plugin</artifactId> <version>${maven-compiler-plugin.version}</version> </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> @@ -621,10 +607,6 @@ 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