Author: jcarman
Date: Tue Jun 10 05:51:58 2008
New Revision: 666091

URL: http://svn.apache.org/viewvc?rev=666091&view=rev
Log:
VFS-197: Maven2 Build Fails

The antrun plugin is no longer necessary.  Maven can copy these test resources 
itself.

Modified:
    commons/proper/vfs/trunk/core/pom.xml

Modified: commons/proper/vfs/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=666091&r1=666090&r2=666091&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Tue Jun 10 05:51:58 2008
@@ -162,7 +162,7 @@
                                </executions>
                        </plugin>
 
-                       <plugin>
+                       <!--<plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-antrun-plugin</artifactId>
                                <executions>
@@ -181,7 +181,7 @@
                                                </configuration>
                                        </execution>
                                </executions>
-                       </plugin>
+                       </plugin>-->
 
                        <plugin>
                                <!-- surfire do not honor suite(), see 
MSUREFIRE-131 why our tests wont work with maven 2 -->


Reply via email to