X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;h=cdc02ae64909b3fd6193ea050a9ee19110ac3216;hp=ddc6eaaddadcbd48222449547404371f4aa6e68a;hb=56f1016001b428ddb974fc6d415037fb4d982f18;hpb=cd703af6cd33a140e29678c818883cf239ed0232 diff --git a/tools/update web site b/tools/update web site index ddc6eaa..cdc02ae 100755 --- a/tools/update web site +++ b/tools/update web site @@ -5,6 +5,11 @@ if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi cd "${0%/*}" cd .. +mvn clean package + +rm -rf doc/apidocs/ +cp -r target/apidocs/ doc/ + rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/svjatoslav_commons/ echo