Author: alessio.soldano(a)jboss.com
Date: 2009-07-18 11:16:28 -0400 (Sat, 18 Jul 2009)
New Revision: 10347
Modified:
framework/trunk/hudson/hudson-home/jobs/AS-6.0.0/config.xml
Log:
Fix AS 6 build on Hudson
Modified: framework/trunk/hudson/hudson-home/jobs/AS-6.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-6.0.0/config.xml 2009-07-18 15:08:22 UTC
(rev 10346)
+++ framework/trunk/hudson/hudson-home/jobs/AS-6.0.0/config.xml 2009-07-18 15:16:28 UTC
(rev 10347)
@@ -21,7 +21,8 @@
# build jboss
#
cd $SVNBASE
-./build/build.sh -Dthirdparty.maven.opts=-Dskip-download-sources clean main
+./build.sh clean
+./build.sh -Dskip-download-sources
#
# Verify build
Show replies by date