Intellij Idea导入maven project

用Intellij Idea (version: 12U)导入maven project后,发现external libraries里没有那些jar包,一个一个的加不是要加死啊。。。google了一下,才知道Intellij里有个叫"maven projects"的tab window, 点其工具栏上的“Reimport all Maven Projects"按钮就可以导入其中的dependencies了。找不到这个tab window的话可以去菜单view->Tool Windows里找。

refer to: http://wiki.jetbrains.net/intellij/Creating_and_importing_Maven_projects

你可能感兴趣的:(Intellij Idea导入maven project)