Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rt-pmc] Re: [jetty-dev] jetty dependency's and 'releasing' within eclipse

> Whatever scheme is selected to put things in Maven should work for all
> Eclipse things (not just special cases) and likely cannot expect that
> thousands of bundles be renamed (either their BSN or their file name).
>
> That is the challenge here.
>

fwiw, I know that sonatype has worked on this issue in the past with
nexus, I believe working out a mechanic whereby a typical p2
repository can be referenced via maven convention without the forcing
of 1000's of bundle renames.

imo, once artifacts leave their maven central repository location what
they get named for their respective consumer is up to that consumer,
if they want to be named org.eclipse.foo_ver that is fine, or they
could be renamed to simply start.jar...the onus is on the comsumer to
make sure they know what is going on with things.  If something like
nexus where you allow you to automatically download it in such a way
that it is named in the eclipse sanctioned way automatically, great!

the most important thing here to me is that we have eclipse bundles
available in the maven central repo with good transitive dependency
metadata in place in such a way that we can use standard build tooling
like maven or ant+ivy or buildr or whatever to access them.

preferably within the month :)

cheers,
jesse


Back to the top