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

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

Branch: refs/heads/master
Commit: f4f05a3b0203a836e7a075bc812ef39d4d0fc532
Parents: 0c82ed9
Author: Adrian Cole <[email protected]>
Authored: Sun Oct 5 13:32:34 2014 -0700
Committer: Adrian Cole <[email protected]>
Committed: Sun Oct 5 14:41:13 2014 -0700

----------------------------------------------------------------------
 apis/openstack-neutron/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/f4f05a3b/apis/openstack-neutron/pom.xml
----------------------------------------------------------------------
diff --git a/apis/openstack-neutron/pom.xml b/apis/openstack-neutron/pom.xml
index 0a661ef..54fe044 100644
--- a/apis/openstack-neutron/pom.xml
+++ b/apis/openstack-neutron/pom.xml
@@ -65,6 +65,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>org.apache.jclouds.api</groupId>

Reply via email to