Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Filtering plugin execution by execution id

No, it is not possible to configure lifecycle mapping for specific
execution id. The plugin goal either works inside m2e or does not, I am
not sure more fine grained control is needed.

Wiki page [1] provides general explanation of build lifecycle mapping
and general configuration options. Wiki page [2] provides information
specific for maven plugin developers.

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

--
Regards,
Igor

On 12-10-18 8:47 AM, Vincent Vandenschrick wrote:
Hi all,
When a plugin is used multiple times in the same build with different
execution ids (same phase or not), is there a way to tell M2E to
<execute/> one id and <ignore/> the other ? I tried to use an <id> tag
inside the <pluginExecutionFilter> and even <pluginExecution> without
any success. BTW, is there any reference doc about all possible
configuration the pseudo lifecycle-mapping plugin supports ?

TIA,
Vincent


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



Back to the top