Skip to content

Commit e2d7919

Browse files
committed
Revert "HADOOP-18590. Publish SBOM artifacts (#5281)"
Causes HADOOP-18641. cyclonedx maven plugin breaks on recent maven releases This reverts commit 6f99558.
1 parent 8025a60 commit e2d7919

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
118118
<spotbugs-maven-plugin.version>4.2.0</spotbugs-maven-plugin.version>
119119
<jsonschema2pojo-maven-plugin.version>1.1.1</jsonschema2pojo-maven-plugin.version>
120120
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
121-
<cyclonedx.version>2.7.3</cyclonedx.version>
122121

123122
<shell-executable>bash</shell-executable>
124123

@@ -500,19 +499,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
500499
<artifactId>maven-compiler-plugin</artifactId>
501500
<version>${maven-compiler-plugin.version}</version>
502501
</plugin>
503-
<plugin>
504-
<groupId>org.cyclonedx</groupId>
505-
<artifactId>cyclonedx-maven-plugin</artifactId>
506-
<version>${cyclonedx.version}</version>
507-
<executions>
508-
<execution>
509-
<phase>package</phase>
510-
<goals>
511-
<goal>makeBom</goal>
512-
</goals>
513-
</execution>
514-
</executions>
515-
</plugin>
516502
</plugins>
517503
</pluginManagement>
518504

@@ -621,10 +607,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
621607
<groupId>com.github.spotbugs</groupId>
622608
<artifactId>spotbugs-maven-plugin</artifactId>
623609
</plugin>
624-
<plugin>
625-
<groupId>org.cyclonedx</groupId>
626-
<artifactId>cyclonedx-maven-plugin</artifactId>
627-
</plugin>
628610
</plugins>
629611
</build>
630612

0 commit comments

Comments
 (0)