You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2014/02/24 06:00:51 UTC

svn commit: r1571139 - /servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg

Author: ffang
Date: Mon Feb 24 05:00:51 2014
New Revision: 1571139

URL: http://svn.apache.org/r1571139
Log:
[SM-2247]add @id for the org.ops4j.pax.url.mvn.repositories in etc/org.ops4j.pax.url.mvn.cfg

Modified:
    servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg

Modified: servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg?rev=1571139&r1=1571138&r2=1571139&view=diff
==============================================================================
--- servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg (original)
+++ servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg Mon Feb 24 05:00:51 2014
@@ -72,8 +72,8 @@ org.ops4j.pax.url.mvn.disableAether=true
 #
 # The following property value will add the system folder as a repo.
 #
-org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.repository}@snapshots,\
-    file:${karaf.home}/local-repo@snapshots
+org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.repository}@snapshots@id=karaf.${karaf.default.repository},\
+    file:${karaf.home}/local-repo@snapshots@id=karaf.local-repo
 
 #
 # Comma separated list of repositories scanned when resolving an artifact.
@@ -91,7 +91,7 @@ org.ops4j.pax.url.mvn.defaultRepositorie
 #
 org.ops4j.pax.url.mvn.repositories= \
     http://repo1.maven.org/maven2@id=maven.central.repo, \
-    http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases, \
+    http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases@id=apache.snapshots.repo, \
     http://svn.apache.org/repos/asf/servicemix/m2-repo@id=maven.smx.repo, \
     http://repository.springsource.com/maven/bundles/release@id=springsource.release.repo, \
     http://repository.springsource.com/maven/bundles/external@id=springsource.external.repo, \