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/09/01 15:28:26 UTC

git commit: Change the repositories order to boost the startup

Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 9c6fccd6b -> 2a0e96ada


Change the repositories order to boost the startup


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

Branch: refs/heads/karaf-3.0.x
Commit: 2a0e96adab1d79c71243061d88fe36dda012642e
Parents: 9c6fccd
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 1 15:28:03 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 1 15:28:03 2014 +0200

----------------------------------------------------------------------
 .../src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/2a0e96ad/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
----------------------------------------------------------------------
diff --git a/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg b/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
index 2484c3d..0ce8807 100644
--- a/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
+++ b/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
@@ -77,9 +77,9 @@ org.ops4j.pax.url.mvn.defaultRepositories=\
 # Comma separated list of repositories scanned when resolving an artifact.
 # The default list includes the following repositories:
 #    http://repo1.maven.org/maven2@id=central
-#    http://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases
 #    http://repository.springsource.com/maven/bundles/release@id=spring.ebr
 #    http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external
+#    http://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases
 #    https://oss.sonatype.org/content/repositories/snapshots@id=sonatype.snapshots.deploy@snapshots@norelease
 #    https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases
 # To add repositories to the default ones, prepend '+' to the list of repositories
@@ -91,8 +91,8 @@ org.ops4j.pax.url.mvn.defaultRepositories=\
 #
 org.ops4j.pax.url.mvn.repositories= \
     http://repo1.maven.org/maven2@id=central, \
-    http://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, \
     http://repository.springsource.com/maven/bundles/release@id=spring.ebr.release, \
     http://repository.springsource.com/maven/bundles/external@id=spring.ebr.external, \
+    http://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, \
     https://oss.sonatype.org/content/repositories/snapshots@id=sonatype.snapshots.deploy@snapshots@norelease, \
     https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases