You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/03/13 17:46:51 UTC

svn commit: r1300234 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Author: olamy
Date: Tue Mar 13 16:46:51 2012
New Revision: 1300234

URL: http://svn.apache.org/viewvc?rev=1300234&view=rev
Log:
oups not remove this part

Modified:
    maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/pom.xml?rev=1300234&r1=1300233&r2=1300234&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Tue Mar 13 16:46:51 2012
@@ -178,6 +178,13 @@ under the License.
   </dependencies>
 
   <build>
+
+    <testResources>
+      <testResource>
+        <directory>src/test/resources</directory>
+      </testResource>
+    </testResources>
+
     <pluginManagement>
       <plugins>
         <plugin>