Repository: incubator-brooklyn Updated Branches: refs/heads/tmp/jclouds-1.9.1-alpha-cloudsoft.2 70e8335cd -> a6e3ff925
Added Cloudsoft Artifactory repo Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/a6e3ff92 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/a6e3ff92 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/a6e3ff92 Branch: refs/heads/tmp/jclouds-1.9.1-alpha-cloudsoft.2 Commit: a6e3ff9257aea70b61d3fc4288e13daa9c7458e7 Parents: 70e8335 Author: Andrew Kennedy <[email protected]> Authored: Wed Aug 12 12:13:04 2015 -0700 Committer: Andrew Kennedy <[email protected]> Committed: Wed Aug 12 12:13:04 2015 -0700 ---------------------------------------------------------------------- parent/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a6e3ff92/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 248e2b0..9cff597 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -164,6 +164,36 @@ <commons-logging.version>1.2</commons-logging.version> </properties> + <repositories> + <!-- Cloudsoft repositories --> + <repository> + <id>cloudsoft-releases</id> + <url>http://developers.cloudsoftcorp.com/download/maven2/</url> + </repository> + <repository> + <id>cloudsoft-deploy-artifactory-release</id> + <url>http://ccweb.cloudsoftcorp.com/maven/libs-release-local/</url> + </repository> + <repository> + <id>libs-snapshot-local</id> + <url>http://ccweb.cloudsoftcorp.com/maven/libs-snapshot-local/</url> + <snapshots> + <enabled>true</enabled> + <updatePolicy>never</updatePolicy> + <checksumPolicy>fail</checksumPolicy> + </snapshots> + </repository> + <repository> + <id>libs-releases-local</id> + <url>http://ccweb.cloudsoftcorp.com/maven/libs-releases-local/</url> + <snapshots> + <enabled>true</enabled> + <updatePolicy>never</updatePolicy> + <checksumPolicy>fail</checksumPolicy> + </snapshots> + </repository> + </repositories> + <dependencyManagement> <dependencies> <dependency>
