X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=getdown%2Fsrc%2Fgetdown%2Fmvn_cmd;h=6a14aea8c38f0664b1037afb16a6aa70e73faf48;hb=6935c8332c2a60f24dfa19a7418e1f1cd49447d0;hp=016633a5220801ab308ae65685eca747f6aee37a;hpb=6e572b0662a43a0ac4a7cabb4b37512365e31dcb;p=jalview.git diff --git a/getdown/src/getdown/mvn_cmd b/getdown/src/getdown/mvn_cmd index 016633a..6a14aea 100755 --- a/getdown/src/getdown/mvn_cmd +++ b/getdown/src/getdown/mvn_cmd @@ -14,7 +14,7 @@ echo "Setting VERSION to '$VERSION'" perl -p -i -e 's|()[^<]*JVL[^<]*()|${1}$ENV{VERSION}${2}|;' pom.xml */pom.xml -mvn clean package -Dgetdown.host.whitelist="jalview.org,*.jalview.org" +mvn package -Dgetdown.host.whitelist="jalview.org,*.jalview.org" RET=$? if [ x$RET = x0 ]; then cp launcher/target/getdown-launcher-$VERSION.jar ../../../getdown/lib/getdown-launcher.jar && echo "Copied getdown-launcher.jar to getdown/lib"