Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Eclipse Equinox bundle needs Maven dependencies

Hi,
I've started to develop a bundle I wish to run inside Eclipse Equinox (or some other OSGi framework) and I believe that the typical way to achieve this is to make a new Plug-in project. This went well until I tried to also include Maven dependencies.
Is this a use-case for Tycho? Essentially I'd like to be able to still run the bundle from Eclipse using the OSGi Application run configuration, but I'd also like to be able to select maven dependencies in the "Target Platform" section of the run configuration. Is this achievable with Tycho?

Many thanks for any assistance,
Dan.

Back to the top