How to make an existing directory into an eclipse project

前端 未结 10 955
[愿得一人]
[愿得一人] 2020-12-04 10:52

I have a project I am working on. I have decided to try working with it in Eclipse. There is already a directory, under version control where all the code resides. I am havi

10条回答
  •  情歌与酒
    2020-12-04 11:30

    I just created a pom.xml by hand and imported the project as an existing Maven project in Eclipse. It even works for nested projects without problems.

提交回复
热议问题