Author: jcarman
Date: Sat May 24 05:35:46 2008
New Revision: 659807
URL: http://svn.apache.org/viewvc?rev=659807&view=rev
Log:
VFS-197: Maven2 Build Fails
Added a test resource for the "test-data" directory.
Modified:
commons/proper/vfs/branches/vfs-1-trunk/core/pom.xml
Modified: commons/proper/vfs/branches/vfs-1-trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/branches/vfs-1-trunk/core/pom.xml?rev=659807&r1=659806&r2=659807&view=diff
==============================================================================
--- commons/proper/vfs/branches/vfs-1-trunk/core/pom.xml (original)
+++ commons/proper/vfs/branches/vfs-1-trunk/core/pom.xml Sat May 24 05:35:46
2008
@@ -142,6 +142,10 @@
<include>LICENSE.txt</include>
</includes>
</testResource>
+ <testResource>
+ <directory>src/test/test-data</directory>
+ <targetPath>test-data</targetPath>
+ </testResource>
</testResources>
<plugins>