Try this again, with less special characters in the password..

This commit is contained in:
Adam
2017-03-11 14:42:30 -05:00
parent 20831b39eb
commit 693452a0a7
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -35,8 +35,8 @@
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.10</version>
<artifactId>wagon-webdav-jackrabbit</artifactId>
<version>2.12</version>
</extension>
</extensions>
</build>