mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue