[jenkins-xstream] 03/03: Drop use of dependency plugin from package target

James Downing Page jamespage at alioth.debian.org
Mon Aug 12 13:20:03 UTC 2013


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch patch-queue/master
in repository jenkins-xstream.

commit f111283383d876b5696045a418044d876f360419
Author: James Page <james.page at ubuntu.com>
Date:   Mon Aug 12 14:12:55 2013 +0100

    Drop use of dependency plugin from package target
    
    Not required for Debian package build.
---
 xstream/pom.xml |   34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/xstream/pom.xml b/xstream/pom.xml
index a9e62ac..3c751d9 100644
--- a/xstream/pom.xml
+++ b/xstream/pom.xml
@@ -161,40 +161,6 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>complete-test-classpath</id>
-            <phase>process-test-resources</phase>
-            <goals>
-              <goal>copy</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>target/lib</outputDirectory>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>proxytoys</groupId>
-                  <artifactId>proxytoys</artifactId>
-                  <version>0.2.1</version>
-                </artifactItem>
-              </artifactItems>
-            </configuration>
-          </execution>
-          <execution>
-            <id>collect-dependencies</id>
-            <phase>package</phase>
-            <goals>
-              <goal>copy-dependencies</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>target/dependencies</outputDirectory>
-              <includeScope>runtime</includeScope>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <executions>
           <execution>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-xstream.git



More information about the pkg-java-commits mailing list