Page 1 of 1

maven-compiler-plugin error while importing maven projects

Posted: Sat Mar 15, 2014 10:03 am
by ramesh_gpre
Hi,

I am trying to set up the maven projects in Eclipse (Juno Version: 4.2.1) and I get the below error while importing Maven existing projects with the sample BroadleafCommerce DemoSite.

"No marketplace entries found to handle maven-compiler-plugin:2.0.2:compile in Eclipse. Please see Help for more information."

Maven version used is apache-maven-3.2.1.I searched on google for possible fixes but unable to find any.

Can some one please help?

Best Regards,
Ramesh

Re: maven-compiler-plugin error while importing maven projects

Posted: Fri Mar 21, 2014 5:55 am
by phillipuniverse
You can probably just ignore that. Not all of the maven plugins are in the Eclipse marketplace.

Re: maven-compiler-plugin error while importing maven projects

Posted: Tue Apr 01, 2014 10:46 am
by lcm
I have the same problem, and ignoring it makes import crash :(

Re: maven-compiler-plugin error while importing maven projects

Posted: Tue Apr 01, 2014 11:42 am
by lcm
This is the report:

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5

Re: maven-compiler-plugin error while importing maven projects

Posted: Wed Apr 02, 2014 6:33 am
by lcm
I've solved this part. In my case, the problem was the local repository of maven. I cleaned it and then it worked.