You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2012/04/02 12:18:32 UTC

svn commit: r1308288 - /gump/metadata/project/commons-sandbox.xml

Author: sebb
Date: Mon Apr  2 10:18:32 2012
New Revision: 1308288

URL: http://svn.apache.org/viewvc?rev=1308288&view=rev
Log:
Forgot to change goal when uopdating to mvn2

Modified:
    gump/metadata/project/commons-sandbox.xml

Modified: gump/metadata/project/commons-sandbox.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-sandbox.xml?rev=1308288&r1=1308287&r2=1308288&view=diff
==============================================================================
--- gump/metadata/project/commons-sandbox.xml (original)
+++ gump/metadata/project/commons-sandbox.xml Mon Apr  2 10:18:32 2012
@@ -68,7 +68,7 @@
     <package>org.apache.commons.id</package>
     <description>Commons Identifier Package</description>
 
-    <mvn2 basedir="id" goal="jar">
+    <mvn2 basedir="id" goal="package">
       <property name="maven.final.name" value="commons-id-@@DATE@@"/>
     </mvn2>