You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2016/05/30 17:04:08 UTC

karaf-decanter git commit: [KARAF-4546] Adding snapshot repo

Repository: karaf-decanter
Updated Branches:
  refs/heads/master 8801a3bce -> 939d43b65


[KARAF-4546] Adding snapshot repo


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

Branch: refs/heads/master
Commit: 939d43b65379c463828ad0e7806914d97de15ceb
Parents: 8801a3b
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon May 30 19:04:00 2016 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon May 30 19:04:00 2016 +0200

----------------------------------------------------------------------
 pom.xml | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/939d43b6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 656b0c8..57d5b7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more 
         contributor license agreements. See the NOTICE file distributed with this 
@@ -108,6 +109,23 @@
         </mailingList>
     </mailingLists>
 
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshots Repository</name>
+            <url>https://repository.apache.org/content/groups/snapshots-group</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
     <build>
         <pluginManagement>
             <plugins>
@@ -173,7 +191,9 @@
                         </goals>
                         <configuration>
                             <target>
-                                <copy file="NOTICE" todir="target/maven-shared-archive-resources/META-INF" failonerror="false" overwrite="true" />
+                                <copy file="NOTICE"
+                                    todir="target/maven-shared-archive-resources/META-INF"
+                                    failonerror="false" overwrite="true" />
                             </target>
                         </configuration>
                     </execution>