Skip to content

Commit e163933

Browse files
Justin Abrahmstoddbaert
authored andcommitted
Remove spdx which isn't yet ready for prime time.
Signed-off-by: Justin Abrahms <[email protected]>
1 parent a5d979a commit e163933

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

pom.xml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -204,28 +204,7 @@
204204
</execution>
205205
</executions>
206206
</plugin>
207-
208-
<plugin>
209-
<groupId>org.spdx</groupId>
210-
<artifactId>spdx-maven-plugin</artifactId>
211-
<!-- please check for updates on https://search.maven.org/search?q=a:spdx-maven-plugin-->
212-
<version>0.6.1</version>
213-
<executions>
214-
<execution>
215-
<id>build-spdx</id>
216-
<goals>
217-
<goal>createSPDX</goal>
218-
</goals>
219-
</execution>
220-
</executions>
221-
<configuration>
222-
<excludedFilePatterns>
223-
<param>*.spdx</param>
224-
</excludedFilePatterns>
225-
<!-- See documentation below for additional configuration -->
226-
</configuration>
227-
</plugin>
228-
207+
229208
<plugin>
230209
<artifactId>maven-dependency-plugin</artifactId>
231210
<version>3.3.0</version>

0 commit comments

Comments
 (0)