Either install an eclipse plugin that is aware how to handle it or use the eclipse quickfix.
The quickfix will add some build plugin configuration that tells eclipse what to do. You should choose action "execute" to simply execute the goal. Or ignore to let eclipse silently drop it (and invoke it only manually from command line). See http://wiki.eclipse.org/M2E_plugin_execution_not_covered for detail. On Mon, Aug 13, 2012 at 11:13 AM, redsdh <[email protected]> wrote: > ** > Hi, > > I import a maven project with the pom file which is included in > attach. eclipse report this error : > > Plugin execution not covered by lifecycle configuration: > org.mule.tools:maven-mule-plugin:1.7:attach-test-resources (execution: > default-attach-test-resources, phase: validate) > > > Plugin execution not covered by lifecycle configuration: > org.mule.tools:maven-mule-plugin:1.7:filter-resources (execution: > default-filter-resources, phase: process-resources) > > > Please tell how to resolve it . Thank you ! > > Best regards ! > > ------------------------------ > > lake shen > [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
