[jbpm-commits] JBoss JBPM SVN: r2365 - jbpm4/trunk/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 24 13:16:22 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-24 13:16:22 -0400 (Wed, 24 Sep 2008)
New Revision: 2365

Modified:
   jbpm4/trunk/hudson/hudson-home/command.sh
Log:
mvn $ENVIRONMENT -Pskiptests clean install

Modified: jbpm4/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command.sh	2008-09-24 17:12:29 UTC (rev 2364)
+++ jbpm4/trunk/hudson/hudson-home/command.sh	2008-09-24 17:16:22 UTC (rev 2365)
@@ -16,7 +16,7 @@
 #
 cd $JBPMDIR
 cp profiles.xml.example profiles.xml
-MVN_CMD="mvn $ENVIRONMENT clean process-test-classes"
+MVN_CMD="mvn $ENVIRONMENT -Pskiptests clean install"
 echo $MVN_CMD; $MVN_CMD 2>&1; MVN_STATUS=$?
 if [ $MVN_STATUS -ne 0 ]; then
   echo maven exit status $MVN_STATUS




More information about the jbpm-commits mailing list