Author: dkulp
Date: Mon Aug  3 13:03:44 2015
New Revision: 1693895

URL: http://svn.apache.org/r1693895
Log:
Try to force updating the snapshot

Modified:
    activemq/activemq-website/bin/update-site

Modified: activemq/activemq-website/bin/update-site
URL: 
http://svn.apache.org/viewvc/activemq/activemq-website/bin/update-site?rev=1693895&r1=1693894&r2=1693895&view=diff
==============================================================================
--- activemq/activemq-website/bin/update-site (original)
+++ activemq/activemq-website/bin/update-site Mon Aug  3 13:03:44 2015
@@ -1,4 +1,4 @@
 #!/bin/sh
-mvn -Pconfluence,nochecks -e clean package exec:java  $@
+mvn -U -Pconfluence,nochecks -e clean package exec:java  $@
 [ $? -eq 0 ] || exit -1
 


Reply via email to