What does each column mean?
Plugin execution: Maven target that was detected with m2eclipse as being associated with your pom.xml. See Maven for more information : Introduction to the assembly life cycle.
Why the dose configurator is displayed several times in Mapping, for example, in the compiler: compile
This can be either an error or a signal that the compiler:compile target is displayed by several configurators.
What do the different sources in the source column mean?
- uninteresting: it is completely ignored in Eclipse
- default: it is handled by the built-in handler from m2e, for example, maven-resources-plugin
- : it is processed by a configurator external to m2e
source share