add third party repo in pom to short cli to use
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ccf624f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ccf624f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ccf624f7 Branch: refs/heads/master Commit: ccf624f7a88c47305f944022787cfb63e7e012d1 Parents: 0718363 Author: olivier lamy <[email protected]> Authored: Sat Aug 25 00:16:31 2012 +0200 Committer: olivier lamy <[email protected]> Committed: Sat Aug 25 00:16:31 2012 +0200 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ccf624f7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index daa3bb2..3b7e8ff 100644 --- a/pom.xml +++ b/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>
