Actually, it's not that bad to have a Towny JAR in a Maven repo

This commit is contained in:
Norbi Peti 2016-09-10 20:46:48 +02:00
parent c0aaf0db0e
commit 68e5e116bb

View file

@ -7,4 +7,4 @@ install:
- 'wget -O "Towny.jar" --header="Accept-Language: en-us,en;q=0.5" http://palmergames.com/file-repo/Towny%20Advanced/Development/0.91.1.5/Towny.jar'
- mvn install:install-file -Dfile=Towny.jar -DgroupId=com.palmergames -DartifactId=Towny -Dversion=0.91.1.5 -Dpackaging=jar
- mvn clean install -DskipTests
- rm Towny.jar
- ls