Including Maven artifacts in an Eclipse RCP target platform

One of the most difficult issues facing Eclipse RCP developers has been how to consume third-party libraries. We often want to use JAR files not available as OSGi plug-ins (missing OSGi metadata) or that are not available in a p2 repository. So far, our options have included: Accessing a JAR file in Eclipse Orbit. For… Continue reading Including Maven artifacts in an Eclipse RCP target platform