Author: bentmann
Date: Fri Aug 28 21:57:10 2009
New Revision: 809041
URL: http://svn.apache.org/viewvc?rev=809041&view=rev
Log:
o Excluded maven-remote-resources-plugin from reactor to workaround MNG-3814
Modified:
maven/plugins/trunk/pom.xml
Modified: maven/plugins/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=809041&r1=809040&r2=809041&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Fri Aug 28 21:57:10 2009
@@ -146,7 +146,8 @@
<module>maven-project-info-reports-plugin</module>-->
<module>maven-rar-plugin</module>
<module>maven-reactor-plugin</module>
- <module>maven-remote-resources-plugin</module>
+ <!--Excluded as a workaround for MNG-3814
+ <module>maven-remote-resources-plugin</module-->
<module>maven-repository-plugin</module>
<module>maven-resources-plugin</module>
<module>maven-shade-plugin</module>