Renaming a project in IntelliJ IDEA

前端 未结 13 1360
無奈伤痛
無奈伤痛 2020-12-07 14:48

I have some projects where the directory containing the project is called \"Code\".

When I open IDEA, in my recent projects list all I see is that name.

Is t

13条回答
  •  死守一世寂寞
    2020-12-07 15:21

    Actually this is a maven project and its name is defined from the maven pom.xml So if you want to change the name you need to change its name in pom.xml
    from

     Code
    

    to

     My-prject-name
    

提交回复
热议问题