[Project] fixing buildMSE.sh

This commit is contained in:
Robert von Burg 2014-09-19 23:08:30 +02:00
parent 236896aff8
commit 537c092b90
1 changed files with 1 additions and 2 deletions

View File

@ -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