X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=tools%2Fupdate%20web%20site;h=cdc02ae64909b3fd6193ea050a9ee19110ac3216;hb=9f9212a6430077d4cbe809cfa409b1a621d7f388;hp=ddc6eaaddadcbd48222449547404371f4aa6e68a;hpb=c501b3255495c22bd3237adab9d42ff5e7307705;p=svjatoslav_commons.git 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