reverted accident change

This commit is contained in:
Jan Rudert 2013-08-01 17:58:32 +02:00
parent 31c048ccb6
commit de61937167
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ VERSION=`cat pom.xml | grep version | head -4 | tail -1 | sed 's_.*<version>\([^
echo Using Version[${VERSION}]
mvn clean
#mvn install -U
mvn install -U -DskipTests
mvn package
if [ $? -ne "0" ]; then
echo "mvn package failed"