[BUGFIX] Added maven build file

This commit is contained in:
JKetelaar
2016-10-23 01:00:45 +02:00
parent 50a80b0b37
commit 17256688dc
+7
View File
@@ -0,0 +1,7 @@
#! /bin/bash
if [ "$TRAVIS_BRANCH" == "master" ]; then
mvn -U package
else
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
fi