Add deploy/release scripts

This commit is contained in:
Adam
2017-02-24 11:27:29 -05:00
parent 0c325c85be
commit 7b4d5748bd
3 changed files with 42 additions and 6 deletions

9
scripts/deploy-vanilla.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
if [ "$#" -ne 2 ] ; then
exit 1
fi
echo "Deploying vanilla version $1 ($2) to $RUNELITE_REPOSITORY_URL"
mvn deploy:deploy-file -DgroupId=net.runelite.rs -DartifactId=vanilla -Dversion=$1 -Dfile=$2 -DrepositoryId=runelite -Durl=$RUNELITE_REPOSITORY_URL