Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Tycho + Eclipse RCP + Maven dependencies

Dear All,

As a newbie to both Eclipse RCP and Tycho, I'm trying to get my head round on how to define dependencies when using Tycho.

I have a simple example case, and if anybody would be able to help me with it, I'm hopeful that I'll be able to understand if and how Tycho can help me, and how I can solve issues like this in the future.

I have a feature-based RCP project (1 plugin, 1 feature, parent project, repository project, with a .target Target Definition (indigo.target, which contains the 3.7.1 SDK) which I make available via build-helper-maven-plugin. This builds fine.

Now I need 3 different bundles from a Maven repository in my plugin project. Before I switched to RCP, I was able to simply add those and the repo to my POM and they would be accessible in the application ("simple" Java, not RCP).

Now I've read that this won't work when I use Tycho. What can I do to add these dependencies?

Many thanks in advance, and sorry for posting such a noob question here.
Stephan

----------------------------------------------------------------
This message was sent through https://webmail.uni-jena.de



Back to the top