You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ad...@apache.org on 2014/10/05 19:50:28 UTC

[20/20] git commit: Fix poms so that modernizer doesn't fail on snapshot.

Fix poms so that modernizer doesn't fail on snapshot.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/995c44cb
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/995c44cb
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/995c44cb

Branch: refs/heads/1.8.x
Commit: 995c44cbc59191a82e3d5dbebc1e577d641a191a
Parents: 45ef2a1
Author: Adrian Cole <ad...@gmail.com>
Authored: Sun Oct 5 09:34:12 2014 -0700
Committer: Adrian Cole <ad...@apache.org>
Committed: Sun Oct 5 10:44:26 2014 -0700

----------------------------------------------------------------------
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/995c44cb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c74982a..f4cb479 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>azurecompute</module>
     <module>docker</module>