[BUGFIX] Tried resolving using new paths

This commit is contained in:
JKetelaar
2016-05-24 12:27:20 +02:00
parent abed7e7881
commit 38601e9f49
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
if [ "$TRAVIS_BRANCH" == "master" ]; then
mvn -U package
else
mvn -Dversion="-RC-$TRAVIS_COMMIT" -U package
mvn -Dversion="-RC-$TRAVIS_BUILD_ID" -U package
fi
+1
View File
@@ -136,6 +136,7 @@
<mainClass>org.parabot.Landing</mainClass>
</manifest>
</archive>
<outputDirectory>${project.build.directory}/final/</outputDirectory>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>