On 17/04/2008, David Bosschaert <[EMAIL PROTECTED]> wrote: > > Hi, > > I need to use some of the Apache Commons libraries as OSGi bundles. > Some of the libraries that I need are listed in the Felix Commons > project, however since my build system is maven-based I need to pull > these in from Maven. > > Is there a maven repo somewhere where I can find these bundles?
Hi David, snapshots can be found here: http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/commons but note that this also contains snapshots for Maven itself so you might see some odd results, unless you've locked down your plugin versions (YMMV) we haven't released any commons artifacts yet, because of the issues relating to re-releasing modified artifacts of other projects - most people build them from trunk or use the snapshots... Thanks, > > David > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart

