You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/04/27 10:23:27 UTC

svn commit: r938354 - /maven/plugins/trunk/pom.xml

Author: bentmann
Date: Tue Apr 27 08:23:27 2010
New Revision: 938354

URL: http://svn.apache.org/viewvc?rev=938354&view=rev
Log:
o Included maven-remote-resources-plugin in reactor for Maven 3.x

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=938354&r1=938353&r2=938354&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Apr 27 08:23:27 2010
@@ -326,6 +326,7 @@ under the License.
       </activation>
       <modules>
         <module>maven-project-info-reports-plugin</module>
+        <module>maven-remote-resources-plugin</module>
       </modules>
     </profile> 
   </profiles>