Repository: jclouds-labs-aws Updated Branches: refs/heads/1.8.x 4b5b9c113 -> 588ba35a1
Fix poms so that modernizer doesn't fail on snapshot. Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/commit/588ba35a Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/tree/588ba35a Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/diff/588ba35a Branch: refs/heads/1.8.x Commit: 588ba35a11b855f3d5647036427a127bdd9bda49 Parents: a5f8c13 Author: Adrian Cole <[email protected]> Authored: Sun Oct 5 11:07:33 2014 -0700 Committer: Adrian Cole <[email protected]> Committed: Sun Oct 5 13:21:06 2014 -0700 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/588ba35a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c4e9390..74e271b 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,20 @@ </repository> </repositories> + <!-- For modernizer, which depends on jclouds-resources snapshot. --> + <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> + <modules> <module>elb</module> <module>iam</module>
