Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Plugin execution not covered by lifecycle

Faced the same sort of problem some days ago. I've opened the following bug you can attach to if you think this might be related to what you observe. However, the generated source folder is correctly added to the Eclipse project and compiled by JDT. The problem is that it is not made available to subsequent plugins for processing. Maybe you just miss an M2E "update project configuration" ?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=349586

Cheers,
Vincent

Le 21 juin 2011 à 20:55, Damon Jacobsen a écrit :

Vincent,

  Thanks! The error has now gone away. I am still not getting the
addition of generated-sources to my build path as I had previously. Is
there something else I need to do?

Damon


Hi Damon,
Use the ignore quick-fix, then replace the <ignore> tag by <execute>.

HTH,
Vincent

Envoy? de mon iPhone

Le 21 juin 2011 ? 20:11, "Damon Jacobsen" <dajacobsen@xxxxxxxxxxxxx> a
?crit :

I have googled for an hour looking for a solution. I have a pom
containing the plugin as following.

....  

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
_____________________________________________________________________
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users

-- 
Vincent Vandenschrick
 Jspresso Framework


Back to the top