Author: jvanzyl
Date: Mon Apr 23 19:57:23 2007
New Revision: 531703

URL: http://svn.apache.org/viewvc?view=rev&rev=531703
Log: (empty)

Modified:
    maven/components/trunk/maven-artifact/pom.xml

Modified: maven/components/trunk/maven-artifact/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-artifact/pom.xml?view=diff&rev=531703&r1=531702&r2=531703
==============================================================================
--- maven/components/trunk/maven-artifact/pom.xml (original)
+++ maven/components/trunk/maven-artifact/pom.xml Mon Apr 23 19:57:23 2007
@@ -37,8 +37,22 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.wagon</groupId>
+      <artifactId>wagon-provider-api</artifactId>
+    </dependency>  
+    <dependency>
+      <groupId>org.apache.maven.wagon</groupId>
+      <artifactId>wagon-file</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>1.2_Java1.3</version>
+      <scope>test</scope>
+    </dependency>      
   </dependencies>
   <build>
     <plugins>
@@ -50,6 +64,14 @@
           <model>src/main/mdo/metadata.mdo</model>
         </configuration>
       </plugin>    
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/testutils/**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>


Reply via email to