How to convert back maven project to java web project

20,585

Solution 1

Please try the following:

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

Hope that helps.

Solution 2

Use this maven command

mvn eclipse:eclipse

http://mytechnologythought.blogspot.com/2017/09/convert-maven-project-to-eclipse.html

Share:
20,585
Tarun Chaudhary
Author by

Tarun Chaudhary

Updated on July 05, 2022

Comments

  • Tarun Chaudhary
    Tarun Chaudhary almost 2 years

    I have converted my java web project to maven project using m2e plugin in eclipse. Now i need to convert it back to java web project. So now how it is possible to change it back to java web project.