Handling non-OSGi dependencies when integrating Maven, Tycho and Eclipse
I have a bunch of Eclipse-based plugins that I have been migrating to Maven/Tycho. Most of these plugins depend on separate libraries that I now manage through Maven, rather than muddle around with .jar files. The most cumbersome part of my current setup is due to the apparent inability of Tycho to process Maven-only (i.e. … Read more