Repository: jclouds Updated Branches: refs/heads/add-snapshot-plugin-repo [created] f6757a92f
Adding apache-snapshots as a plugin repo A couple of plugins depend on jclouds-resources Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/9dea286b Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/9dea286b Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/9dea286b Branch: refs/heads/add-snapshot-plugin-repo Commit: 9dea286b360f00e010bcc43537a767d8ee803c1b Parents: 56a2a8b Author: Andrew Phillips <[email protected]> Authored: Sun Oct 5 14:24:41 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Sun Oct 5 14:24:41 2014 -0500 ---------------------------------------------------------------------- project/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/9dea286b/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 4aba813..c799d04 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -98,6 +98,20 @@ </repository> </repositories> + <!-- to allow downstream projects to access jclouds-resources in plugin config --> + <pluginRepositories> + <pluginRepository> + <id>apache-snapshots</id> + <url>https://repository.apache.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> + <distributionManagement> <site> <id>jclouds-github-pages-site</id>
