diff --git a/run_maven.sh b/run_maven.sh index aa845a7..4369035 100755 --- a/run_maven.sh +++ b/run_maven.sh @@ -42,7 +42,9 @@ RC=$? # Copy the jars where the publisher will find them if [ $RUN_BUILD = "true" ]; then - ln -sf thresh/target target + if [ ! -L target ]; then + ln -sf thresh/target target + fi fi rm -fr apache-maven-3.2.1*