Hi I wonder if there is any way to "configure" m2eclipse settings using dedicated meta-datas in the POM, for example I'd like to set a custom "Goals to invoke after project clean". I can change the m2eclipse settings by hand, but I'd like to configure it in the POM as
<properties> <m2eclipse.goals.to.invoke.after.project.clean>foo</> (or maybe a shorter name !) </properties> Maybe this is allready planned, or supported :)
