@Willem not completely sure what you're after. I think we can source it but what exactly, from where and what do we win by it?
After thinking about it again it might not be the worst idea to include the snapshot repos into the pax.url.cfg; at least during development. Might be an option to include the changes into release.txt? That way jamie would at least catch it during the release? another option I could think of is extending our maven plugin to generate those files from the referenced repos. For snapshot builds and final builds. Kind regards, Andreas On Wed, Jun 6, 2012 at 4:26 AM, Willem Jiang <[email protected]> wrote: > Is there a way to filter the snapshot repository with the resource maven > plugin ? > > > On Wed Jun 6 07:04:11 2012, Christian Schneider wrote: >> >> I think it is ok to have a snapshot repo in the distro as long as we >> use these snapshots in the distro. We just need to make sure we check >> this before >> we release. I think the snapshot repo will even help people who just >> want to download the snapshot distro and test it. I think till now >> they were not able to install the http feature >> as pax web was missing. >> >> In any case I am happy the build fully works again. >> >> Christian >> >> Am 05.06.2012 22:30, schrieb Andreas Pieber: >>> >>> 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 >>>> - >>>> >>>> >>>> >> >> > > > > -- > Willem > ---------------------------------- > CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com > FuseSource > Web: http://www.fusesource.com > Blog: http://willemjiang.blogspot.com (English) > http://jnn.javaeye.com (Chinese) > Twitter: willemjiang > Weibo: willemjiang >
