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 2010/04/27 09:07:15 UTC

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

Author: bodewig
Date: Tue Apr 27 07:07:15 2010
New Revision: 938336

URL: http://svn.apache.org/viewvc?rev=938336&view=rev
Log:
Make hudson-cli available in hudson-core build

Modified:
    gump/metadata/project/hudson.xml

Modified: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=938336&r1=938335&r2=938336&view=diff
==============================================================================
--- gump/metadata/project/hudson.xml (original)
+++ gump/metadata/project/hudson.xml Tue Apr 27 07:07:15 2010
@@ -46,7 +46,8 @@
   </project>
 
   <project name="hudson-cli" groupId="org.jvnet.hudson.main">
-    <mvn separateLocalRepository="hudson" basedir="hudson/main/cli">
+    <mvn separateLocalRepository="hudson" basedir="hudson/main/cli"
+         goal="install">
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
     <depend project="hudson-remoting"/>