Page 1 of 1

maven-eclipse problem

Posted: Mon Aug 18, 2014 9:15 am
by bibroy
Hi,

I have imported the BLC (broad leaf commerce) master framework in my eclipse workspace . Even though maven install works for all the projects/working-sets, the eclipse console still shows lot of problems - among them the following error is problematic::


Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:license-maven-plugin:1.5:update-file-header (execution: first, phase: process-sources) pom.xml /broadleaf-open-admin-platform line 4 Maven Project Build Lifecycle Mapping Problem

Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:license-maven-plugin:1.5:update-project-license (execution: first, phase: process-sources) pom.xml /broadleaf-profile-web line 3 Maven Project Build Lifecycle Mapping Problem


Please help to resolve this problem!

Re: maven-eclipse problem

Posted: Mon Aug 18, 2014 11:24 am
by phillipuniverse
These problems are just because Eclipse does not have specific configurations for these lifecycles. They have to be managed in some sort of Eclipse plugin (it's really stupid).

You can either ignore them completely (it does not impact functionality at all) or tell Eclipse to just ignore those lifecycle configurations. If you hover over the error on the plugin you can hide the "error" in your Eclipse settings.

Re: maven-eclipse problem

Posted: Tue Aug 19, 2014 12:30 am
by bibroy
Thank you for your guidance!

Bibhash Roy