add third party repo in pom to short cli to use

This commit is contained in:
olivier lamy 2012-08-25 00:16:31 +02:00
parent 071836327e
commit ccf624f7a8

14
pom.xml
View File

@ -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>