Repository: karaf
Updated Branches:
  refs/heads/master 46eb321a3 -> f327ba40b


Fix assembly archetype tests


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

Branch: refs/heads/master
Commit: f327ba40b766b951b9221b2f1d75089c475a9402
Parents: 46eb321
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Wed Jun 11 11:06:25 2014 +0200
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Wed Jun 11 11:06:25 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/f327ba40/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 10a6a06..83628c4 100644
--- a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml
@@ -41,6 +41,18 @@
                 <enabled>true</enabled>
             </snapshots>
         </repository>
+        <!-- Apache SNAPSHOT -->
+        <repository>
+            <id>apache.snapshots.deploy</id>
+            <name>Apache snapshot repository</name>
+            
<url>https://repository.apache.org/content/groups/snapshots-group</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
     </repositories>
 
     <dependencies>

Reply via email to