mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
[BUGFIX] Tried resolving using new paths
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||||
mvn -U package
|
mvn -U package
|
||||||
else
|
else
|
||||||
mvn -Dversion="-RC-$TRAVIS_COMMIT" -U package
|
mvn -Dversion="-RC-$TRAVIS_BUILD_ID" -U package
|
||||||
fi
|
fi
|
||||||
@@ -136,6 +136,7 @@
|
|||||||
<mainClass>org.parabot.Landing</mainClass>
|
<mainClass>org.parabot.Landing</mainClass>
|
||||||
</manifest>
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
|
<outputDirectory>${project.build.directory}/final/</outputDirectory>
|
||||||
<appendAssemblyId>false</appendAssemblyId>
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user