[jbpm-commits] JBoss JBPM SVN: r2521 - jbpm3/trunk/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 10 04:25:17 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-10-10 04:25:17 -0400 (Fri, 10 Oct 2008)
New Revision: 2521

Modified:
   jbpm3/trunk/hudson/hudson-home/command.sh
Log:
Force an update of the mvn snapshots

Modified: jbpm3/trunk/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/trunk/hudson/hudson-home/command.sh	2008-10-10 08:06:33 UTC (rev 2520)
+++ jbpm3/trunk/hudson/hudson-home/command.sh	2008-10-10 08:25:17 UTC (rev 2521)
@@ -37,7 +37,7 @@
 #
 cd $JBPMDIR
 cp profiles.xml.example profiles.xml
-MVN_CMD="mvn $ENVIRONMENT -Pdistro clean install"
+MVN_CMD="mvn -U $ENVIRONMENT -Pdistro clean install"
 echo $MVN_CMD; $MVN_CMD; MVN_STATUS=$?
 if [ $MVN_STATUS -ne 0 ]; then
   echo maven exit status $MVN_STATUS




More information about the jbpm-commits mailing list