Home  >  Article  >  Java  >  JAVA development encounters maven install unresponsive solution

JAVA development encounters maven install unresponsive solution

PHP中文网
PHP中文网Original
2017-06-23 11:43:252452browse

I encountered a very annoying problem today. All the projects in the eclipse workspace reported errors when I opened them.

JAVA development encounters maven install unresponsive solution

There was no response when executing maven commands, and there was no response on the console. output.

Click maven update project and it prompts that the chosen operation is not currently available (The selected operation is not currently available)

It took several hours to solve it.

Option 1:

First delete all projects (be careful not to delete the source code)

Restart eclipse

Re-import Project

So maven can resume use

Option 2:

Replace \.metadata\.plugins\org.eclipse in the workspace. e4.workbench\workbench.xmi (used before the error was reported)

The above article is based on the solution to the unresponsive maven install, which is all the content shared by the editor. I hope it can give you a reference

The above is the detailed content of JAVA development encounters maven install unresponsive solution. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn