You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/07 00:31:06 UTC

[29/52] [abbrv] git commit: Adding apache-snapshots as a plugin repo

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/79d4b48d
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/79d4b48d
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/79d4b48d

Branch: refs/heads/use-agentproxy-008
Commit: 79d4b48d0151667db062a7035b23b28d7a1e1daf
Parents: cacc986
Author: Andrew Phillips <an...@apache.org>
Authored: Sun Oct 5 14:24:41 2014 -0500
Committer: Andrew Phillips <an...@apache.org>
Committed: Sun Oct 5 18:33:01 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/79d4b48d/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>