This message means m2e 1.0+ doesn't know how to configure projects that use FlexMojos.
This isn't a FlexMojos problem it is just lack of m2e not knowing how to apply project configuration to FlexMojos. The same thing happens when you try to import a maven project that uses GWT plugin. Simple solution... write an Eclipse/m2e plugin with lifecycle mapping configured to ignore FlexMojos. Complex solution... write an Eclipse/m2e plugin that knowns how to read FlexMojos configuration and apply/configure Flashbuilder/FDT or any other IDE of choice. Lance On Aug 15, 6:01 pm, castleboomer <[email protected]> wrote: > I'm trying to setup my IDE to support multiple maven projects using > the m2e Maven Integration for Eclipse from the Eclipse Market Place. > When Importing maven projects from SCM via SVN I get the following > project errors: > > Description Resource Path Location Type > Plugin execution not covered by lifecycle configuration: > org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-beta-7:compile-swc > (execution: default-compile-swc, phase: compile) pom.xml /ci_test > line > 23 Maven Project Build Lifecycle Mapping Problem > > This is a result of FlexMojos configurations in the project pom. I > believe this is associated with the IDE build lifecycle because the > run maven commands work without any problem. > > I didn't see these errors with earlier releases of the m2e but now I > have a boat load of errors. > > Any ideas or suggestions would be appreciated. -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
