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

So, once I have a module that does this job, can I list it as an
ordinary maven dependency in a MANIFEST-first project to use it from
the reactor? Or do I have to put it in a P2 someplace.

On Sat, Aug 27, 2011 at 9:06 AM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
> 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?
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>


Back to the top