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 2009/09/18 18:42:18 UTC

svn commit: r816708 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: bentmann
Date: Fri Sep 18 16:42:18 2009
New Revision: 816708

URL: http://svn.apache.org/viewvc?rev=816708&view=rev
Log:
o Get ITs back running after parent update

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=816708&r1=816707&r2=816708&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Fri Sep 18 16:42:18 2009
@@ -210,6 +210,12 @@
           <artifactId>maven-assembly-plugin</artifactId>
           <version>2.2-beta-4</version>
         </plugin>
+        <plugin>
+          <!-- lock down to old version as newer version aborts build upon no mojos as required during ITs, see FIXME below -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>