]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - buildSite.sh
Use latest Maven plugins versions in nightly builds
[gpl/argeo-slc.git] / buildSite.sh
index b84173dea55813dc4cde858c20f6cdb07bf5704c..8f60658f335785167b644908e650fef802f835e8 100755 (executable)
@@ -15,7 +15,7 @@ DATE=`date -u`
 EXIT_STATUS=0
 
 # BUILD
-mvn --fail-at-end deploy $PROFILES 2>&1 | tee deploy.log
+mvn -up --fail-at-end deploy $PROFILES 2>&1 | tee deploy.log
 EXIT_STATUS=$PIPESTATUS
 if [ $EXIT_STATUS -eq 0 ]
 then
@@ -25,7 +25,7 @@ else
 fi
 
 # SITE
-mvn --fail-at-end site-deploy $PROFILES 2>&1 | tee siteGeneration.log
+mvn -up --fail-at-end site-deploy $PROFILES 2>&1 | tee siteGeneration.log
 if [ $PIPESTATUS -eq 0 ]
 then
        echo No need to send email for successful site generation