We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d979a commit e163933Copy full SHA for e163933
1 file changed
pom.xml
@@ -204,28 +204,7 @@
204
</execution>
205
</executions>
206
</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
+
229
<plugin>
230
<artifactId>maven-dependency-plugin</artifactId>
231
<version>3.3.0</version>
0 commit comments