Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Why does m2e skip "unknown" executions?

Thanks, that page solved my question! J

 

Von: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] Im Auftrag von Matthew Piggott
Gesendet: Mittwoch, 4. Juli 2012 15:44
An: Maven Integration for Eclipse users mailing list
Betreff: Re: [m2e-users] Why does m2e skip "unknown" executions?

 

http://wiki.eclipse.org/M2E_plugin_execution_not_covered

On 4 July 2012 09:32, Markus Karg <karg@xxxxxxxxx> wrote:

Hello m2e Community!

 

I am using the Maven XML Plugin to do some transforms. When opening my project in Eclipse, m2e tells me:

 

Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:xml-maven-plugin:1.0:transform (execution: default, phase: generate-sources)

 

I understand that m2e simply does not know the XML plugin and that I can configure m2e to ignore this message. But what I’d like to know is: Why does m2e need special support for this plugin? I mean, why does m2e not simply execute all “unknown” executions, just as the mvn CLI command does?

 

 

Thanks!

Markus

 


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

 


Back to the top