Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] run on ???? configuration and/or incremental

Why would you want to run antlr mojo as part of workspace project update
configuration?

<runOnConfiguration/> is meant for m2e-compatible maven plugins [1],
where mojo execution is the only code that can participate in workspace
project configuration (via mutation of MavenProject instance). Although
other Maven build participants can run on configuration,
AbstractProjectConfigurator provides more direct means to do this.

[1] http://wiki.eclipse.org/M2E_compatible_maven_plugins

--
Regards,
Igor

On 11-12-01 2:19 AM, Pino Silvaggio wrote:
I noticed that antlr sets runOnIncremental to true in the build
participant constructor.

While reading some docs I am now asking myself why not run on
configuration also?

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top