mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
add third party repo in pom to short cli to use
This commit is contained in:
parent
071836327e
commit
ccf624f7a8
14
pom.xml
14
pom.xml
@ -162,5 +162,19 @@
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>cloudstack-third-parties</id>
|
||||
<name>libs-release</name>
|
||||
<url>http://cs.ibuildthecloud.com/artifactory/libs-release</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user