You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2014/05/19 22:01:48 UTC

git commit: Add missing snapshot repo for plugins

Repository: karaf
Updated Branches:
  refs/heads/master cde64ae2a -> f8c79729a


Add missing snapshot repo for plugins

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

Branch: refs/heads/master
Commit: f8c79729a989919d2dc2d3caae633fceb2c7e418
Parents: cde64ae
Author: Guillaume Nodet <gn...@gmail.com>
Authored: Mon May 19 22:01:37 2014 +0200
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Mon May 19 22:01:37 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/f8c79729/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fe95af6..a98bb13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -351,6 +351,20 @@
             </snapshots>
         </repository>
     </repositories>
+    <pluginRepositories>
+        <!-- Apache snapshots -->
+        <pluginRepository>
+            <id>apache-snapshots</id>
+            <name>Apache Snapshots Repository</name>
+            <url>http://repository.apache.org/content/groups/snapshots-group</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
+    </pluginRepositories>
 
     <dependencyManagement>
         <dependencies>