[TASK] Updated pom to match file names

This commit is contained in:
JKetelaar
2016-05-23 17:53:30 +02:00
parent 7dd135caeb
commit b8b22cede2
3 changed files with 20 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
if [ "$TRAVIS_BRANCH" == "master" ]; then
mvn -U package
else
mvn -Dversion="$TRAVIS_COMMIT" -U package
fi