mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-14 06:36:43 +01:00
define snapshot repository
This commit is contained in:
parent
0947b7e016
commit
fb73dfae01
@ -6,3 +6,4 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
mvn clean deploy --settings .utility/settings.xml
|
mvn clean deploy --settings .utility/settings.xml
|
||||||
|
exit $?
|
5
pom.xml
5
pom.xml
@ -44,6 +44,11 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
|||||||
<name>Public Releases</name>
|
<name>Public Releases</name>
|
||||||
<url>http://nexus.theyeticave.net/content/repositories/pub_releases/</url>
|
<url>http://nexus.theyeticave.net/content/repositories/pub_releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>pub-repo</id>
|
||||||
|
<name>Public Snapshots</name>
|
||||||
|
<url>http://nexus.theyeticave.net/content/repositories/pub_snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
Loading…
Reference in New Issue
Block a user