We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9d3fd commit ebee8adCopy full SHA for ebee8ad
1 file changed
pom.xml
@@ -330,19 +330,6 @@
330
<outputName>${project.artifactId}-${project.version}-bom</outputName>
331
</configuration>
332
</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>
346
</plugins>
347
</pluginManagement>
348
@@ -629,10 +616,6 @@
629
616
<groupId>org.cyclonedx</groupId>
630
617
<artifactId>cyclonedx-maven-plugin</artifactId>
631
618
632
633
634
635
636
619
637
620
</build>
638
621
0 commit comments