We already reference our own repo which contains jars not otherwise available in public repos, so I suppose we could put them there so that the build can be reproduced at a later time without any problems. For example, I've already put a timestamped version of mina which contains a fix that has been commited but not released yet.
On Dec 19, 2007 8:56 PM, Matt Hogstrom <[EMAIL PROTECTED]> wrote: > > On Dec 19, 2007, at 9:36 AM, James Strachan wrote: > > > Maybe option 3 until Felix releases? > > > > On 19/12/2007, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > >> > >> 3) internally release timestamped versions of the felix jars > >> > > In Geronimo we created did this. Basically we created a project that > housed the jars in the tree we were releasing. When the project was > built the jars were automatically put into the local Maven repo which > worked fine. The problem we had was that the artifacts were not > released to the wild so when people tried to work with the release G > the Poms had references to the "snapshot release" jars which they > couldn't find. Just a heads up that should be doc'ed for the intrepid > developers that may run into this problem. > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
