Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove Maven from a Eclipse java project?

Tags:

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.

like image 778
Jeremy Little Avatar asked Oct 09 '13 21:10

Jeremy Little


People also ask

How do I revert a Maven project in Eclipse?

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

How do I select Maven in Eclipse?

Open Eclipse. Select File > Import > option. Select Maven Projects Option. Click on Next Button.

Does Eclipse use Maven by default?

By default, the Maven tooling does not download the Maven index for the Eclipse IDE. Via the Maven index, you can search for dependencies, select them and add them to your pom file. To download the index, select Windows > Preferences > Maven and enable the Download repository index updates on startup option.


1 Answers

Right Click Project -> Maven -> Disable Maven Nature

like image 152
Chris Hinshaw Avatar answered Sep 23 '22 08:09

Chris Hinshaw