Skip to content

Commit

Permalink
SBOM already attached to artifacts by SPDX plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Dec 16, 2024
1 parent e6392e8 commit 3e47119
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,35 +335,6 @@ limitations under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${artifactId}-${version}-bom.xml</file>
<type>xml</type>
<classifier>bom</classifier>
</artifact>
<artifact>
<file>${artifactId}-${version}-bom.json</file>
<type>json</type>
<classifier>bom</classifier>
</artifact>
</artifacts>
<skipAttach>${cyclonedx.skip}</skipAttach>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
Expand Down

0 comments on commit 3e47119

Please sign in to comment.