1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: Remove depends-maven-plugin
Forwarded: No
Author: Mechtilde Stehmann <mechtilde@debian.org>
Last-Update: 2019-11-11
--- a/pom.xml
+++ b/pom.xml
@@ -361,7 +361,7 @@
</plugin>
<!-- Generate maven dependencies listing file -->
- <plugin>
+<!-- <plugin>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>depends-maven-plugin</artifactId>
<version>1.2</version>
@@ -373,7 +373,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin> -->
<!-- Provides PlantUML integration into site deployments. -->
<plugin>
|