Author: alessio.soldano(a)jboss.com
Date: 2010-07-05 02:28:08 -0400 (Mon, 05 Jul 2010)
New Revision: 12569
Modified:
framework/trunk/hudson/jboss/bin/jbossws-qa.sh
Log:
Also clean spring specific tests before building src distr in hudson
Modified: framework/trunk/hudson/jboss/bin/jbossws-qa.sh
===================================================================
--- framework/trunk/hudson/jboss/bin/jbossws-qa.sh 2010-07-02 16:25:08 UTC (rev 12568)
+++ framework/trunk/hudson/jboss/bin/jbossws-qa.sh 2010-07-05 06:28:08 UTC (rev 12569)
@@ -102,7 +102,7 @@
deploySourceDistributionWithSpring() {
cd $STACK_DIR
cp profiles.xml.example profiles.xml
- mvn -Ptestsuite clean
+ mvn -Ptestsuite,spring clean
ant $ENVIRONMENT build-src-dist
cd target
rm -rf jbossws-$STACK_ID-src-dist
Show replies by date