Greetings, On Tue, Mar 6, 2012 at 1:22 AM, mike <[email protected]> wrote: > Plugin execution not covered by lifecycle configuration: org.jenkins- > ci.tools:maven-hpi-plugin:1.67:insert-test (execution: default-insert- > test, phase: generate-test-sources)
Jenkins plugins are of type HPI, this packaging type adds extra executions to the Maven lifecycle; namely hpi:insert-test. M2E in Eclipse isn't sure how to handle that plugin execution. This is mostly safe to ignore, but we probably want to fix this in the future. It would be nice if this plugin, as well as the localizer, would provide lifecycle mappings for what to do when those hpi and localizer plugins run. http://wiki.eclipse.org/M2E_plugin_execution_not_covered -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not.
