You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/03/05 08:56:11 UTC

git commit: Add ops4j snapshot repository in archetype to avoid resolution issue

Repository: karaf
Updated Branches:
  refs/heads/master 3c1b01d4a -> 1396c3b83


Add ops4j snapshot repository in archetype to avoid resolution issue


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

Branch: refs/heads/master
Commit: 1396c3b839f1b11b28adc376bfa2165026e9d494
Parents: 3c1b01d
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Mar 5 08:55:31 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Mar 5 08:55:31 2014 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml   | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/1396c3b8/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
index 6f0fbb4..10a6a06 100644
--- a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
@@ -28,6 +28,21 @@
     <name>${artifactId}-feature</name>
     <description>${artifactId} details</description>
 
+    <repositories>
+        <!-- OPS4J SNAPSHOT repository -->
+        <repository>
+            <id>ops4j.sonatype.snapshots.deploy</id>
+            <name>OPS4J snapshot repository</name>
+            <url>https://oss.sonatype.org/content/repositories/ops4j-snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.karaf.features</groupId>