[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gump-commits
Subject:    svn commit: r826688 - /gump/metadata/project/hudson.xml
From:       jhm () apache ! org
Date:       2009-10-19 14:29:44
Message-ID: 20091019142944.7F6A223888DB () eris ! apache ! org
[Download RAW message or body]

Author: jhm
Date: Mon Oct 19 14:29:44 2009
New Revision: 826688

URL: http://svn.apache.org/viewvc?rev=826688&view=rev
Log:
Try to build some modules of Hudson

Modified:
    gump/metadata/project/hudson.xml

Modified: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=826688&r1=826687&r2=826688&view=diff
 ==============================================================================
--- gump/metadata/project/hudson.xml (original)
+++ gump/metadata/project/hudson.xml Mon Oct 19 14:29:44 2009
@@ -22,10 +22,35 @@
   </description>
   <svn repository="java.net-svn" dir="hudson/trunk/"/>
 
+
+  <project name="hudson-remoting">
+    <mvn separateLocalRepository="true" basedir="hudson/main/remoting" \
goal="install"> +      <property name="maven.test.skip.exec" value="true"/>
+    </mvn>
+    <jar name="hudson/main/war/target/hudson.war" id="hudson-remoting"/>
+    <!-- use my email for testing the build -->
+    <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
+         to="gump@materne.de"/>
+  </project>
+
+  <project name="hudson-cli">
+    <mvn separateLocalRepository="true" basedir="hudson/main/cli" goal="install">
+      <property name="maven.test.skip.exec" value="true"/>
+    </mvn>
+    <depend project="hudson-remoting"/>
+    <jar name="hudson/main/war/target/hudson.war" id="hudson-cli"/>
+    <!-- use my email for testing the build -->
+    <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
+         to="gump@materne.de"/>
+  </project>
+
+
   <project name="hudson-core">
-    <mvn separateLocalRepository="true" basedir="hudson" goal="install">
+    <mvn separateLocalRepository="true" basedir="hudson/main/core" goal="install">
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
+    <depend project="hudson-remoting"/>
+    <depend project="hudson-cli"/>
     <jar name="hudson/main/war/target/hudson.war" id="hudson"/>
     <license name="LICENSE.txt"/>
     <!-- use my email for testing the build -->


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic