Execution of the maven-license-plugin is not supported by M2E.
Two options:
- declare the plugin execution in a separate profile that is not activated under Eclipse.
- make use of the
org.eclipse.m2e:lifecycle-mapping plugin to configure M2E to ignore that particular execution.
The later seems to be the most convenient solution.
Execution of the
maven-license-pluginis not supported by M2E.Two options:
org.eclipse.m2e:lifecycle-mappingplugin to configure M2E to ignore that particular execution.The later seems to be the most convenient solution.