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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 25 04:27:22 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-11-25 04:27:22 -0500 (Tue, 25 Nov 2008)
New Revision: 3069

Modified:
   jbpm4/trunk/hudson/hudson-home/command.sh
Log:
removing -DskipTests

Modified: jbpm4/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command.sh	2008-11-25 07:05:06 UTC (rev 3068)
+++ jbpm4/trunk/hudson/hudson-home/command.sh	2008-11-25 09:27:22 UTC (rev 3069)
@@ -16,7 +16,7 @@
 #
 cd $JBPMDIR
 cp profiles.xml.example profiles.xml
-MVN_CMD="mvn $ENVIRONMENT -Pskiptests clean install"
+MVN_CMD="mvn $ENVIRONMENT 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