File: 01_remove-depends-maven-plugin

package info (click to toggle)
jaxb2-maven-plugin 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,608 kB
  • sloc: java: 8,981; xml: 2,946; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 757 bytes parent folder | download
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>