Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] A design dilemma for supporting parallel maven/eclipse plugins

That will be doable in m2e 0.13.x - we are working on that right now

Vlad

On 12/21/2010 12:09 PM, Benson Margulies wrote:
Consider checkstyle, pmd, and findbugs.

In each case, the perhaps goal is to arrange for the native eclipse
plugin, with all it's nice wiring to the eclipse UI, to operate with
the same config as the maven plugin.

On the other hand, it seems about as dumb as you can get to run each
of these things *twice*: once as part of the maven build, and once
from their eclipse builds.

Would it make sense to make the m2e support for these force 'skip'
flags, or otherwise interact with the maven execution system, to
disable the maven plugins themselves?

Is there, in fact, an API to call from the m2e environment that could
turn off an execution?
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users




Back to the top