You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2010/03/17 04:19:00 UTC

svn commit: r924130 - /gump/metadata/project/hudson.xml

Author: billbarker
Date: Wed Mar 17 03:19:00 2010
New Revision: 924130

URL: http://svn.apache.org/viewvc?rev=924130&view=rev
Log:
fix typos and add dependancy. This should be a complete list, but until we proxy glassfish, it can't be let out of the sandbox

Modified:
    gump/metadata/project/hudson.xml

Modified: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=924130&r1=924129&r2=924130&view=diff
==============================================================================
--- gump/metadata/project/hudson.xml (original)
+++ gump/metadata/project/hudson.xml Wed Mar 17 03:19:00 2010
@@ -25,7 +25,7 @@
   <!-- TODO: use Gump-friendly names (@date@) instead of fixed values from POM -->
 
   <project name="hudson-remoting" groupId="org.jvnet.hudson.main">
-    <mvn separateLocalRepository="true" basedir="hudson/main/remoting" target="install">
+    <mvn separateLocalRepository="true" basedir="hudson/main/remoting" goal="install">
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
     <home nested="hudson/main/remoting" />
@@ -35,7 +35,8 @@
     <option project="junit" />
     <option project="commons-codec" />
     <option project="commons-lang-2.x" />
-    <option project="commons-collection" />
+    <option project="commons-collections" />
+    <option project="velocity-engine" />
     <option project="bsh" />
     <option project="asm" />
     <option project="args4j" />