Skip to content

Commit

Permalink
Keep CycloneDX, remove SPDX
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Dec 14, 2024
1 parent e1017c5 commit 20f87cb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ limitations under the License.
<dependencyCheck.version>11.1.1</dependencyCheck.version>
<dependencyCheck.skip>false</dependencyCheck.skip>
<dependencyCheck.threshold>7</dependencyCheck.threshold>
<cyclonedx.skip>false</cyclonedx.skip>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -318,14 +319,17 @@ limitations under the License.
</configuration>
</plugin>
<plugin>
<groupId>org.spdx</groupId>
<artifactId>spdx-maven-plugin</artifactId>
<version>0.7.4</version>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<skip>${cyclonedx.skip}</skip>
</configuration>
<executions>
<execution>
<id>build-spdx</id>
<phase>package</phase>
<goals>
<goal>createSPDX</goal>
<goal>makeAggregateBom</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 20f87cb

Please sign in to comment.