I want to build an Eclipse RCP application, and for ease of use also want to use Maven's Dependency Management, so that dependencies are automatically resolved.
I've tried Tycho, but to no avail (I guess I haven't found the right way to set up my project yet), but I wouldn't even need Tycho's power, as I want to use Maven's dependency resolution only, and build from within Eclipse.
Is there a way to set up the Plugin project in Eclipse, so that I can use the dependency management without having to use Tycho?
Many thanks in advance!