Re: maven eclipse plugin and source bundles

2013-02-17 Thread Barrie Treloar
On 18 February 2013 00:50, Gabriele Catania 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 sto

RE: maven eclipse plugin and source bundles

2013-02-17 Thread Martin Gainty
Gabriele classifier always comes after the version e.g: artifact-name-1.0-bin.jar artifact-name-1.0-dev.jar artifact-name-1.0-prod.jar >From the above artifact names, classifiers can be located between the version >and extension name of the artifact. It appears that in this specific corner case th