You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/13 03:34:43 UTC

svn commit: r1213552 - /incubator/npanday/trunk/npanday-it-runner/pom.xml

Author: brett
Date: Tue Dec 13 03:34:43 2011
New Revision: 1213552

URL: http://svn.apache.org/viewvc?rev=1213552&view=rev
Log:
remove duplication that needs to be kept up to date

Modified:
    incubator/npanday/trunk/npanday-it-runner/pom.xml

Modified: incubator/npanday/trunk/npanday-it-runner/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/npanday-it-runner/pom.xml?rev=1213552&r1=1213551&r2=1213552&view=diff
==============================================================================
--- incubator/npanday/trunk/npanday-it-runner/pom.xml (original)
+++ incubator/npanday/trunk/npanday-it-runner/pom.xml Tue Dec 13 03:34:43 2011
@@ -65,21 +65,13 @@ under the License.
             <id>unpack-IT-projects</id>
             <phase>generate-resources</phase>
             <goals>
-              <goal>unpack</goal>
+              <goal>unpack-dependencies</goal>
             </goals>
             <configuration>
               <overWriteSnapshots>true</overWriteSnapshots>
               <overWriteReleases>true</overWriteReleases>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.apache.npanday.its</groupId>
-                  <artifactId>npanday-its</artifactId>
-                  <version>${project.version}</version>
-                  <classifier>tests</classifier>                  
-                  <type>jar</type>
-                  <outputDirectory>${project.basedir}/target/test-classes</outputDirectory>
-                </artifactItem>
-              </artifactItems>
+              <outputDirectory>${project.basedir}/target/test-classes</outputDirectory>
+              <excludeTransitive>true<excludeTransitive>
             </configuration>
           </execution>
         </executions>