Author: thomas.diesler(a)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
Show replies by date