How to convert back maven project to java web project

前端 未结 3 1366
执念已碎
执念已碎 2021-01-12 18:30

I have converted my java web project to maven project using m2e plugin in eclipse. Now i need to convert it back to java w

3条回答
  •  轮回少年
    2021-01-12 18:57

    Please try the following:

    1. Open context menu on the maven project
    2. Select "Maven" -> "Disable Maven Nature"

    Hope that helps.

提交回复
热议问题