You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2012/04/15 15:25:34 UTC

svn commit: r1326325 - /karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg

Author: cschneider
Date: Sun Apr 15 13:25:34 2012
New Revision: 1326325

URL: http://svn.apache.org/viewvc?rev=1326325&view=rev
Log:
KARAF-1370 Working config tested on windows and ubuntu linux

Modified:
    karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg

Modified: karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg?rev=1326325&r1=1326324&r2=1326325&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg (original)
+++ karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg Sun Apr 15 13:25:34 2012
@@ -72,10 +72,10 @@ org.ops4j.pax.url.mvn.useFallbackReposit
 #
 # The following property value will add the system folder as a repo.
 #
-org.ops4j.pax.url.mvn.localRepository=file:${karaf.home}/${karaf.default.repository}@snapshots
+#org.ops4j.pax.url.mvn.localRepository=
 
 # Use the default local repo (e.g.~/.m2/repository) as a "remote" repo
-org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote=true
+org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote=false
 
 #
 # Comma separated list of repositories scanned when resolving an artifact.
@@ -94,5 +94,6 @@ org.ops4j.pax.url.mvn.defaultLocalRepoAs
 #
 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.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, \
+    file:${karaf.home}/${karaf.default.repository}