How to get the Maven project window in Intellij 14 | Update: cannot see the right side “tab bar” with Maven project

后端 未结 17 2119
囚心锁ツ
囚心锁ツ 2020-12-29 00:28

I have a very simple question, but I Googled and somehow I couldn\'t find it. I was wondering how can I get the

<script

17条回答
  •  青春惊慌失措
    2020-12-29 01:26

    If you not use Maven, can delete it.

    open ProjectName.iml file in root of project of module.

    then remove "org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"" from file.

    save and reBuild project.

提交回复
热议问题