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/04/28 04:12:36 UTC

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

Author: billbarker
Date: Wed Apr 28 02:12:36 2010
New Revision: 938747

URL: http://svn.apache.org/viewvc?rev=938747&view=rev
Log:
make hudson-core available to hudson-plugin.email-ext

Modified:
    gump/metadata/project/hudson.xml

Modified: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=938747&r1=938746&r2=938747&view=diff
==============================================================================
--- gump/metadata/project/hudson.xml (original)
+++ gump/metadata/project/hudson.xml Wed Apr 28 02:12:36 2010
@@ -60,7 +60,7 @@
 
 
   <project name="hudson-core" groupId="org.jvnet.hudson.main">
-    <mvn separateLocalRepository="hudson" basedir="hudson/main/core">
+    <mvn separateLocalRepository="hudson" basedir="hudson/main/core" goal="install">
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
     <depend project="hudson-remoting"/>