From 537c092b90208bb9050b5b42b88441e800fd385d Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 19 Sep 2014 23:08:30 +0200 Subject: [PATCH] [Project] fixing buildMSE.sh --- li.strolch.dev/buildMSE.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/li.strolch.dev/buildMSE.sh b/li.strolch.dev/buildMSE.sh index e2a86bfce..82f2023f8 100755 --- a/li.strolch.dev/buildMSE.sh +++ b/li.strolch.dev/buildMSE.sh @@ -11,10 +11,10 @@ if ! ./bootstrap_https.sh ; then fi echo "INFO: Copying dependencies" +cd .. mvn -DskipTests=true clean dependency:copy-dependencies echo "INFO Running verveinej..." -cd .. if ! ${VERVEINE} -- -autocp . . ; then echo "ERROR: Failed to run verveinej!" exit 1 @@ -28,7 +28,6 @@ if ! mvn clean ; then fi echo "INFO Packaging..." -cd ../ if ! tar --exclude="*/target" --exclude="*/.git*" -cvzf strolch_mse.tar.gz * ; then echo "ERROR: Failed to build package!" exit 1