Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e plugin installation in eclipse

Yusuf Matcheswala <ymatcheswala <at> gmail.com> writes:

> 
> 
> Sorry, forgot to mention versions in previous post.
> OS: Fedora 6Eclipse Indigo On Fri, May 25, 2012 at 11:39 AM, Yusuf Matcheswala 
<ymatcheswala <at> gmail.com> wrote:
> I am trying to install maven plugin from the following site:
> 
> m2e releases repository - http://download.eclipse.org/technology/m2e/releases
> 
> 
> 
> The items that get selected for install are:
> 
> m2e - Maven Integration for Eclipse	1.0.100.20110804-1717
> 
> m2e - slf4j over logback logging (Optional)	1.0.100.20110804-1717
> 
> But I get the following error:
> 
> Cannot complete the install because one or more required items could not be 
found.
> 
>   Software being installed: m2e - Maven Integration for Eclipse 
1.0.100.20110804-1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-
1717)
>   Missing requirement: m2e - Maven Integration for Eclipse 1.0.100.20110804-
1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-1717) requires 
'org.eclipse.wst.xml.core 0.0.0' but it could not be found
> 
> 
> Where can I get the missing components and how do I install them so I can 
continue with maven installation.
> -- Thanks
> -- http://www.linkedin.com/in/ymatches
>  <at> ymatcheswala
>  
> 
> 
> 
> -- http://www.linkedin.com/in/ymatches
>  <at> ymatcheswala
>  
> 
> 
> 
> 
> _______________________________________________
> m2e-users mailing list
> m2e-users <at> eclipse.org
> https://dev.eclipse.org/mailman/listinfo/m2e-users
> 


I had this problem too. But thanks to the google forum 
http://code.google.com/p/android/issues/detail?id=28580 the solution was found 
for a similar issue.

You must do the following: 

... Go to Install New Software: Add Name: Indigo Location: 
"http://download.eclipse.org/releases/indigo";
Select 'WST Server Adapters' under 'Web, XML, Java,..." (last name in list)
Accept licensing agreement
Restart Eclipse
Resume procedure to install ... Maven


I hope that works for you.



Back to the top