Skip to content

Commit

Permalink
Revert "HADOOP-18590. Publish SBOM artifacts (#5281)"
Browse files Browse the repository at this point in the history
Causes HADOOP-18641. cyclonedx maven plugin breaks on recent maven releases

This reverts commit 61f6628.
  • Loading branch information
steveloughran committed Feb 23, 2023
1 parent 274f91a commit 55254de
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ 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>

Expand Down Expand Up @@ -380,19 +379,6 @@ 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>

Expand Down Expand Up @@ -500,10 +486,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>

Expand Down

0 comments on commit 55254de

Please sign in to comment.