Details
Description
Pulled down HBase, imported into Eclipse (either directly with m2eclipse or by running mvn eclipse:eclipse to generate the projects), and this results in a bunch of red due to executions/goals of certain plugins being unable to run in the context of eclipse.
The lifecycle-mapping "plugin" can be used to get around these errors (and already exists in the pom).
Add more mappings to the configuration so that a fresh import into Eclipse is not hindered by a bunch of "false' errors.