X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=buildSite.sh;h=b83896c54de98b1e9655f8ae8ac20f1760d57038;hb=56bce4098c8830b2cb313350ebcd2eb9bbce60b4;hp=17b94237528dd825d3543e2acad68f8ac5fdc007;hpb=370e2daf50aae5ffd29463506ac260ad17278b45;p=gpl%2Fargeo-slc.git diff --git a/buildSite.sh b/buildSite.sh index 17b942375..b83896c54 100755 --- a/buildSite.sh +++ b/buildSite.sh @@ -16,7 +16,7 @@ EXIT_STATUS=0 export MAVEN_OPTS=-Xmx256m # BUILD -mvn -up --fail-at-end deploy $PROFILES 2>&1 | tee deploy.log +/usr/local/bin/mvn -up --fail-at-end deploy $PROFILES 2>&1 | tee deploy.log EXIT_STATUS=$PIPESTATUS if [ $EXIT_STATUS -eq 0 ] then @@ -26,12 +26,12 @@ else fi # SDK -cd dist/org.argeo.slc.sdk -mvn deploy -cd ../.. +#cd dist/org.argeo.slc.sdk +#/usr/local/bin/mvn deploy +#cd ../.. # SITE -mvn -up --fail-at-end site-deploy $PROFILES 2>&1 | tee siteGeneration.log +/usr/local/bin/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