简体   繁体   中英

How to convert back maven project to java web project

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.

Please try the following:

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

Hope that helps.

I had the same problem when attempting to use Maven with EFXclipse. I wanted to revert, but faced all kinds of unknown errors after following the answer from @DirkNM

So, I just created a new project of my particular type (be it an EFXclipse project, web, java, etc.)

And then re-added all source files and project dependencies to build-path manually.

Sounds harder, but was way easier... considering I didn't have to go looking for all kinds of random settings not reverted back using the answer from @DirkNM

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM