You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/02/21 17:00:07 UTC

svn commit: r1291884 - /geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg

Author: xiaming
Date: Tue Feb 21 16:00:07 2012
New Revision: 1291884

URL: http://svn.apache.org/viewvc?rev=1291884&view=rev
Log:
GERONIMO-6270 fix mvn url cannot resolve issue when deploying to the new instance repository, for 3.0-beta

Modified:
    geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg

Modified: geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg?rev=1291884&r1=1291883&r2=1291884&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg (original)
+++ geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg Tue Feb 21 16:00:07 2012
@@ -55,7 +55,7 @@
 #
 # The following property value will add the system folder as a repo.
 #
-org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/repository@snapshots
+org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/repository@snapshots,file:${karaf.base}/repository@snapshots
 
 #
 # Comma separated list of repositories scanned when resolving an artifact.