Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"org.eclipse.m2e.jdt.JarLifecycleMapping" is not available

How do I deal with this m2e plugin problem with Eclipse:

Description Resource Path Location Type Lifecycle mapping "org.eclipse.m2e.jdt.JarLifecycleMapping" is not available. To enable full functionality, install the lifecycle mapping and run Maven->Update Project Configuration. pom.xml /vosao-web line 11 Maven Project Build Lifecycle Mapping Problem

Does anyone have fixed this issue? Or this plugin is simply not supported in Eclipse?

like image 259
quarks Avatar asked Mar 10 '13 09:03

quarks


2 Answers

that's what i did on STS to resolve this issue:

1) Right-click on your project, select Maven -> Disable Maven Nature.

2) Right-click on your project, select spring tools -> update maven dependencies

3) Right click on your Project and select “Configure -> Convert into Maven Project”

like image 114
Ravi Vyas Avatar answered Sep 30 '22 00:09

Ravi Vyas


Today i had the same problem and found this page by google.

My solution to resolve the problem right click on the project then click Maven > Update Project... then click OK. That´s all!

like image 38
user2728399 Avatar answered Sep 29 '22 23:09

user2728399