Re: [m2e-users] Why does m2e offer bundle artifacts when the underlying POM doesn't know about them?

2016-05-26 Thread Matthew Piggott
Without looking at the code but I'd hazard that m2e has to guess the extension and as the packaging type is usually the extension (according to maven docs) m2e chooses it. On 25 May 2016 at 17:37, David M. Karr wrote: > On 05/25/2016 10:54 AM, Konrad Windszus wrote: > >> Type is actually determi

Re: [m2e-users] Why does m2e offer bundle artifacts when the underlying POM doesn't know about them?

2016-05-26 Thread David M. Karr
I suppose I wasn't clear. If the packaging type of the artifact is "bundle", it's reasonable for m2e to offer it as a bundle artifact, but I think it's also reasonable for it to notice that the POM this dependency will be inserted into does not recognize bundle artifacts, and make the user awa