Jeremy Little
Jeremy Little

Reputation: 364

How do I remove Maven from a Eclipse java project?

Due to being tasked with moving our java builds from a manual build process to Teamcity, I've been checking out IntelliJ, Maven and Ant for builds. Of the 3 due to various reasons, I've decided to go with Ant, however after converting one of the projects to a Maven project, I now cannot 'undo' this action. Finding help anywhere has been pointless as it appears it's popular enough any time someone asks a similar question they get redirected on how to 'continue' using Maven instead.

Upvotes: 23

Views: 27474

Answers (1)

Chris Hinshaw
Chris Hinshaw

Reputation: 7255

Right Click Project -> Maven -> Disable Maven Nature

Upvotes: 47

Related Questions