You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2011/02/03 20:13:02 UTC

svn commit: r1066912 - /gump/metadata/testbase/commons-lang-3.x.xml

Author: bodewig
Date: Thu Feb  3 19:13:02 2011
New Revision: 1066912

URL: http://svn.apache.org/viewvc?rev=1066912&view=rev
Log:
we will need mvn2install and mvn3install since the install plugin reads the POM and the plugins defined therein may require a specific version of mvn

Modified:
    gump/metadata/testbase/commons-lang-3.x.xml

Modified: gump/metadata/testbase/commons-lang-3.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/commons-lang-3.x.xml?rev=1066912&r1=1066911&r2=1066912&view=diff
==============================================================================
--- gump/metadata/testbase/commons-lang-3.x.xml (original)
+++ gump/metadata/testbase/commons-lang-3.x.xml Thu Feb  3 19:13:02 2011
@@ -24,6 +24,11 @@
 
   <svn repository="asf" dir="commons/proper/lang/trunk"/>
 
+  <project name="commons-lang3-pom" groupId="org.apache.commons">
+    <pom name="pom.xml"/>
+    <mvn3install artifactId="commons-lang3"/>
+  </project>
+
   <project name="commons-lang3" groupId="org.apache.commons">
     <package>org.apache.commons.lang</package>
     <description>utilities for the classes that are in java.lang's hierarchy</description>