Try this again, with less special characters in the password..
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user