Tbh I do not like this commit. Nevertheless it shows that this is really the problem. Moving the entry directly into the test setup and reverting this commit would have the same Effekt but would be rather non intrusive. At least we can't forget to remove it from the final distribution again
Kind regards Andreas On Jun 5, 2012 4:08 PM, <[email protected]> wrote: > Author: cschneider > Date: Tue Jun 5 14:07:42 2012 > New Revision: 1346392 > > URL: http://svn.apache.org/viewvc?rev=1346392&view=rev > Log: > KARAF-1522 Add pax snapshot repo to karaf distro > > 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=1346392&r1=1346391&r2=1346392&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 > Tue Jun 5 14:07:42 2012 > @@ -95,5 +95,5 @@ 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, > \ > + > https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases, > \ > file:${karaf.home}/${karaf.default.repository}@id=systemrepo > - > > >
