You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2013/02/10 08:50:29 UTC

svn commit: r1444495 - /karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg

Author: pieber
Date: Sun Feb 10 07:50:29 2013
New Revision: 1444495

URL: http://svn.apache.org/r1444495
Log:
[KARAF-2175] Added general sonatype and ops4j snapshots to repository list

Modified:
    karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg

Modified: karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg?rev=1444495&r1=1444494&r2=1444495&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg (original)
+++ karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg Sun Feb 10 07:50:29 2013
@@ -80,6 +80,8 @@ org.ops4j.pax.url.mvn.defaultRepositorie
 # Comma separated list of repositories scanned when resolving an artifact.
 # The default list includes the following repositories:
 #    http://repo1.maven.org/maven2
+#    https://oss.sonatype.org/content/repositories/snapshots
+#    https://oss.sonatype.org/content/repositories/ops4j-snapshots
 #    http://repository.apache.org/content/groups/snapshots-group
 #    http://svn.apache.org/repos/asf/servicemix/m2-repo
 #    http://repository.springsource.com/maven/bundles/release
@@ -92,6 +94,8 @@ org.ops4j.pax.url.mvn.defaultRepositorie
 #
 org.ops4j.pax.url.mvn.repositories= \
     http://repo1.maven.org/maven2@id=central, \
+    https://oss.sonatype.org/content/repositories/snapshots@snapshots@noreleases@id=sonatype-snapshot, \
+    https://oss.sonatype.org/content/repositories/ops4j-snapshots@snapshots@noreleases@id=ops4j-snapshot, \
     http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases@id=apache, \
     http://svn.apache.org/repos/asf/servicemix/m2-repo@id=servicemix, \
     http://repository.springsource.com/maven/bundles/release@id=springsource, \