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:28:12 UTC

[9/9] 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/0cbcf181
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/0cbcf181
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/0cbcf181

Branch: refs/heads/master
Commit: 0cbcf181c505af0eb8da705724c71dcceec8d721
Parents: ba934d2
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:23:06 2014 -0700

----------------------------------------------------------------------
 azurecompute/pom.xml | 14 ++++++++++++++
 pom.xml              | 14 ++++++++++++++
 2 files changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/0cbcf181/azurecompute/pom.xml
----------------------------------------------------------------------
diff --git a/azurecompute/pom.xml b/azurecompute/pom.xml
index 9271498..f83ed52 100644
--- a/azurecompute/pom.xml
+++ b/azurecompute/pom.xml
@@ -59,6 +59,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>
+
   <dependencies>
     <dependency>
       <groupId>com.jamesmurty.utils</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/0cbcf181/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9140562..37c43ec 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>