简体   繁体   中英

Eclipse: Maven plugin disappears after installing Spring IDE

I'm using Eclipse Mars for Java EE developers so it already comes with Maven plugin installed. However, after installing the Spring IDE from marketplace and restarting eclipse I get the following error:

No editor descriptor for id org.eclipse.m2e.editor.MavenPomEditor

Maven completely disappears. Can't find it by right clicking on project or in the project properties. So I can't even create a new Maven project.

Also the Maven Libraries folder from previous project becomes renamed to "Persisted container" and the jar files in there can no longer be referenced.

Most of the errors while setting up Project Environments are due to improper project setup in our IDEs. Spring community has customized eclipse for all Spring related projects, called Spring STS. You can download it from here . It comes with preloaded plugins required for Spring projects. I would recommend you to use it as you are habitual with eclipse.

Alternatively I would suggest you to use IntelliJ(my favourite) from IDEA. You can download it from here .

This is known or open issue with Spring IDE. link

To fix you need to install Core/Spring IDE from the manual install site. Here are the URL: http://springide.org/updatesite

These are the steps you need to follow:
Go to Eclipse IDE, click “Help” -> “Install New Software…”. Type “ http://springide.org/updatesite ” to access the Spring IDE update site.

Restart Eclipse after finished.

Thanks,

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM