Maven project not being treated as Java in Eclipse

后端 未结 14 753
星月不相逢
星月不相逢 2021-02-05 04:30

I\'m working on a project that has lots of different Maven projects. I\'ve been doing a bunch of JUnit testing on these projects, and usually this goes well. I open up Eclipse

14条回答
  •  时光取名叫无心
    2021-02-05 04:57

    mvn eclipse:eclipse will create necessary .project files which will add java nature & other properties to the project

提交回复
热议问题