Details
Description
m2eclipse as it ships with eclipse indigo will complain about targets/phases it does not understand.
The method for solving this is to use a pluginManagement & plugin section in your pom to specify targets it should ignore.
IMHO, I dislike this solution, but it allows me to edit code in eclipse and use command line maven to execute the generation targets.
Patch will be attached shortly.