Author: jcarman
Date: Sat May 24 05:31:03 2008
New Revision: 659804
URL: http://svn.apache.org/viewvc?rev=659804&view=rev
Log:
VFS-197: Maven2 Build Fails
Added a test resource for the "test-data" directory.
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=659804&r1=659803&r2=659804&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Sat May 24 05:31:03 2008
@@ -142,7 +142,11 @@
<include>LICENSE.txt</include>
</includes>
</testResource>
- </testResources>
+ <testResource>
+ <directory>src/test/test-data</directory>
+ <targetPath>test-data</targetPath>
+ </testResource>
+ </testResources>
<plugins>
@@ -198,6 +202,5 @@
</plugin>
</plugins>
-
</build>
</project>