You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/03/17 16:05:04 UTC

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

Author: ltheussl
Date: Thu Mar 17 15:05:04 2011
New Revision: 1082519

URL: http://svn.apache.org/viewvc?rev=1082519&view=rev
Log:
move the invoker plugin to the m3 profile, it has a (erroneaous) cyclic dependency with the compiler-plugin when running ITs

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1082519&r1=1082518&r2=1082519&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Thu Mar 17 15:05:04 2011
@@ -59,7 +59,8 @@ under the License.
     <module>maven-help-plugin</module>
     <module>maven-idea-plugin</module>
     <module>maven-install-plugin</module>
-    <module>maven-invoker-plugin</module>
+    <!--Excluded as a workaround for MNG-3814
+    <module>maven-invoker-plugin</module>-->
     <module>maven-jar-plugin</module>
     <module>maven-jarsigner-plugin</module>
     <module>maven-javadoc-plugin</module>
@@ -95,6 +96,7 @@ under the License.
         </file>
       </activation>
       <modules>
+        <module>maven-invoker-plugin</module>
         <module>maven-project-info-reports-plugin</module>
         <module>maven-remote-resources-plugin</module>
       </modules>