Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] manifest-first with ordinary dependencies

I use maven-bundle-plugin [1] Embed-Dependency feature to "wrap"
non-OSGi dependencies into bundles. Works pretty well for command line
builds already. I also have support for this in m2e-tycho, but it is
currently on a branch waiting for some patches to get accepted by PDE,
m-b-p and bnd developers.

[1] http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html

--
Regards,
Igor

On 11-08-27 7:41 AM, Benson Margulies wrote:
I don't quite grasp the drill for the following:

The project is an eclipse project, so the only sane thing is
manifest-first. There are a few ordinary maven dependencies that want
to be embedded. Do I use the dependency plugin to grab them for
inclusion, or is there a tycho feature to help with this?


Back to the top