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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 26 09:28:11 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-12-26 09:28:11 -0500 (Fri, 26 Dec 2008)
New Revision: 3554

Modified:
   jbpm4/trunk/hudson/hudson-home/command-db.sh
   jbpm4/trunk/hudson/hudson-home/command-load.sh
   jbpm4/trunk/hudson/hudson-home/command.sh
Log:
fixed build script type in -DskiptTests

Modified: jbpm4/trunk/hudson/hudson-home/command-db.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command-db.sh	2008-12-26 14:21:20 UTC (rev 3553)
+++ jbpm4/trunk/hudson/hudson-home/command-db.sh	2008-12-26 14:28:11 UTC (rev 3554)
@@ -16,7 +16,7 @@
 #
 cd $JBPMDIR
 cp profiles.xml.example profiles.xml
-MVN_CMD="mvn $ENVIRONMENT -DskiptTests clean install"
+MVN_CMD="mvn $ENVIRONMENT -DskipTests -Pload clean install"
 echo $MVN_CMD; $MVN_CMD 2>&1; MVN_STATUS=$?
 if [ $MVN_STATUS -ne 0 ]; then
   echo maven exit status $MVN_STATUS

Modified: jbpm4/trunk/hudson/hudson-home/command-load.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command-load.sh	2008-12-26 14:21:20 UTC (rev 3553)
+++ jbpm4/trunk/hudson/hudson-home/command-load.sh	2008-12-26 14:28:11 UTC (rev 3554)
@@ -16,7 +16,7 @@
 #
 cd $JBPMDIR
 cp profiles.xml.example profiles.xml
-MVN_CMD="mvn $ENVIRONMENT -DskiptTests -Pload clean install"
+MVN_CMD="mvn $ENVIRONMENT -DskipTests -Pload clean install"
 echo $MVN_CMD; $MVN_CMD 2>&1; MVN_STATUS=$?
 if [ $MVN_STATUS -ne 0 ]; then
   echo maven exit status $MVN_STATUS

Modified: jbpm4/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm4/trunk/hudson/hudson-home/command.sh	2008-12-26 14:21:20 UTC (rev 3553)
+++ jbpm4/trunk/hudson/hudson-home/command.sh	2008-12-26 14:28:11 UTC (rev 3554)
@@ -16,7 +16,7 @@
 #
 cd $JBPMDIR
 cp profiles.xml.example profiles.xml
-MVN_CMD="mvn $ENVIRONMENT -DskiptTests clean install"
+MVN_CMD="mvn $ENVIRONMENT -DskipTests 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