Skip to content

Commit ebee8ad

Browse files
committed
Removing spdx from pom as it's not signed
1 parent 4c9d3fd commit ebee8ad

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -330,19 +330,6 @@
330330
<outputName>${project.artifactId}-${project.version}-bom</outputName>
331331
</configuration>
332332
</plugin>
333-
<plugin>
334-
<groupId>org.spdx</groupId>
335-
<artifactId>spdx-maven-plugin</artifactId>
336-
<version>0.7.0</version>
337-
<executions>
338-
<execution>
339-
<id>build-spdx</id>
340-
<goals>
341-
<goal>createSPDX</goal>
342-
</goals>
343-
</execution>
344-
</executions>
345-
</plugin>
346333
</plugins>
347334
</pluginManagement>
348335

@@ -629,10 +616,6 @@
629616
<groupId>org.cyclonedx</groupId>
630617
<artifactId>cyclonedx-maven-plugin</artifactId>
631618
</plugin>
632-
<plugin>
633-
<groupId>org.spdx</groupId>
634-
<artifactId>spdx-maven-plugin</artifactId>
635-
</plugin>
636619
</plugins>
637620
</build>
638621

0 commit comments

Comments
 (0)