Maven not showing up in Eclipse (Kepler) even after m2e install
I've seen that others have had this problem where Maven doesn't show up for them in Eclipse after installing the m2e plugin, but most of the solutions seem to suggest doing something like "Configure>Convert to Maven." But Maven is not showing up for me in the Configure list, nor is it showing up in Console>Open Console or the File>New list. I see some solutions refer to editing the project's classpath, but I don't have a clear understanding of how to do that. I'm trying to begin working through a book on Java EE7, and it uses Maven in the examples. Can someone help?
Check the .log file in the .metadata folder in your workspace folder. Delete the .log file and then restart Eclipse using the -clean option. If maven doesn't appear in the UI the look at the .log file for hints of why maven couldn't be loaded.
Have you tried to download Eclipse Java EE (http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplerr)? It already has Maven installed
In the end, I just uninstalled and reinstalled Eclipse. Not sure what was causing the problem in the first place, but this seems to have done the trick. I made sure to install the Java EE version of Eclipse and Maven is showing up now.
链接地址: http://www.djcxy.com/p/74122.html上一篇: 在Django日志文件上设置写入权限