On 18 February 2013 00:50, Gabriele Catania <[email protected]> wrote: > The problem here is that the maven-eclipse-plugin's to-maven mojo, which is > intended to serve as the default tool to create maven artifact from eclipse > distributions
Here is where you are reasoning is incorrect. "to-maven" was always a stop-gap measure until Eclipse started hosting with their artifacts as a Maven Repository. See * https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745 "Provide Maven repositories of stuff built at Eclipse " * https://bugs.eclipse.org/bugs/show_bug.cgi?id=312656 "Publish Helios as a Maven repository" [Resolved as WONT] But we are still waiting. Given PDE Maven Plugin has been End-Of-Life'd your only other option is to build via Tycho (http://eclipse.org/tycho/) Attempting to use to-maven will probably cause you grief. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
