Steven E. Harris wrote: > >I've been tracking Felix's development via Subversion for a while, >building my own snapshots every few days. As more of our development >team starts leaning on Felix, I am faced with at least two choices: > > o Modify the root Felix pom.xml file, changing its > distributionManagement element to point to my internal > repositories, so that I can deploy my own Felix builds there for > internal use. > > o Add the "apache.snapshots" repository to my project's remote > repository set, and track the public Felix builds that way. > >I like the second option, but I noticed that the most recent SNAPSHOT >(0.9.0-incubator-SNAPSHOT) was deployed on 22 December 2006. That >one's not too old yet, but it's hard to know when the next refresh >will come. > >With that concern in mind, how often does the Felix team deploy a >SNAPSHOT build to this repository? What criteria triggers such a >deployment?
In truth, I try to update the snapshot repo everytime there is a significant change to the trunk for framework, but I admit that I forget to do it. We should have probably pushed a snapshot a couple of weeks ago before I started on some of the require-bundle work and I could probably push a snapshot now with the initial commit of the require-bundle work. So, yes, it is a little out of date. There really is no real trigger to deploy, but we should be on top of it more. I will push a snapshot as soon as I am back home tomorrow and will try to stay on top of it more (or at least until we think of a better way to handle it). Also, feel free to bug us about it. :-) -> richard