Fix overlooked repo in the upgrade from karaf 3.0.1 to 3.0.3
authorEd Warnicke <hagbard@gmail.com>
Wed, 17 Jun 2015 22:32:39 +0000 (16:32 -0600)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 17 Jun 2015 23:57:56 +0000 (23:57 +0000)
It turns out that a new repo was added to the defaults for
karaf 3.0.3 that is needed for certain stock features to
work.  This adds it.

Change-Id: I63bbc2df5d9c405c168b0758ac86c6113c46d423
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
(cherry picked from commit 7065389406f82fd012c95a44da3ac97e29dedeae)

distributions/karaf/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg

index 9ee45e4dc46ff420bdcef0ee6078a3629e27b572..630c0f95238afda073273d334eac3cecc55a9266 100644 (file)
@@ -90,7 +90,7 @@ org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote=false
 # A repository url can be appended with zero or more of the following flags:
 #    @snapshots  : the repository contains snaphots
 #    @noreleases : the repository does not contain any released artifacts
-#    @id=reponid : the id for the repository, just like in the settings.xml this is optional but recomendet 
+#    @id=reponid : the id for the repository, just like in the settings.xml this is optional but recomendet
 #
 # The default list doesn't contain any repository containing snapshots as it can impact the artifacts resolution.
 # You may want to add the following repositories containing snapshots:
@@ -103,4 +103,5 @@ org.ops4j.pax.url.mvn.repositories= \
     file:${karaf.data}/kar@id=kar.repository@multi, \
     http://repo1.maven.org/maven2@id=central, \
     http://repository.springsource.com/maven/bundles/release@id=spring.ebr.release, \
-    http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external
+    http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external, \
+               http://zodiac.springsource.com/maven/bundles/release@id=gemini