X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=buildSite.sh;h=0c56aa1c6780fdc42783e36af2803b131680f77a;hb=ed9252e63d26b2a6b7d39fb9ed9939727f2fea8a;hp=8f60658f335785167b644908e650fef802f835e8;hpb=bd1d7fdf6f73a34bf4f8f5e672186e2f8fe7f46c;p=gpl%2Fargeo-slc.git diff --git a/buildSite.sh b/buildSite.sh index 8f60658f3..0c56aa1c6 100755 --- a/buildSite.sh +++ b/buildSite.sh @@ -14,6 +14,7 @@ HOSTNAME=`hostname -f` DATE=`date -u` EXIT_STATUS=0 +export MAVEN_OPTS=-Xmx256m # BUILD mvn -up --fail-at-end deploy $PROFILES 2>&1 | tee deploy.log EXIT_STATUS=$PIPESTATUS @@ -33,4 +34,7 @@ else mail -s "SiteGeneration@$HOSTNAME FAILURE - $DATE - $BUILD_DIR" $TO < siteGeneration.log fi +cd dist/org.argeo.slc.sdk +mvn deploy + exit $EXIT_STATUS