mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-13 06:06:28 +01:00
define snapshot repository
This commit is contained in:
parent
0947b7e016
commit
fb73dfae01
@ -6,3 +6,4 @@ then
|
||||
fi
|
||||
|
||||
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>
|
||||
<url>http://nexus.theyeticave.net/content/repositories/pub_releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>pub-repo</id>
|
||||
<name>Public Snapshots</name>
|
||||
<url>http://nexus.theyeticave.net/content/repositories/pub_snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<repositories>
|
||||
|
Loading…
Reference in New Issue
Block a user