You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ep...@apache.org on 2006/05/04 05:36:56 UTC

svn commit: r399529 - /maven/plugins/branches/MASSEMBLY-14/pom.xml

Author: epunzalan
Date: Wed May  3 20:36:54 2006
New Revision: 399529

URL: http://svn.apache.org/viewcvs?rev=399529&view=rev
Log:
reverting my prev comment and adding another test resources directory

Modified:
    maven/plugins/branches/MASSEMBLY-14/pom.xml

Modified: maven/plugins/branches/MASSEMBLY-14/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/branches/MASSEMBLY-14/pom.xml?rev=399529&r1=399528&r2=399529&view=diff
==============================================================================
--- maven/plugins/branches/MASSEMBLY-14/pom.xml (original)
+++ maven/plugins/branches/MASSEMBLY-14/pom.xml Wed May  3 20:36:54 2006
@@ -10,11 +10,14 @@
   <name>Maven Assembly Plugin</name>
   <version>2.1-SNAPSHOT</version>
   <build>
-    <!--testResources>
+    <testResources>
       <testResource>
         <directory>src/test/plugin-configs</directory>
       </testResource>
-    </testResources-->
+      <testResource>
+        <directory>src/test/resources</directory>
+      </testResource>
+    </testResources>
     <plugins>
       <plugin>
         <groupId>org.codehaus.modello</groupId>