I\'m currently using Eclipse Indigo in an Android project that I\'m working on and am running into problems with the built-in Maven (m2e) builder. I use the ADT plug-in to buil
I went into my install directory for Eclipse and manually removed all the references to m2e.
There were multiples in the "Plugin" directory and the "features" directory.
After that my android project was back to behaving like normal and I could use mvn from the command line to build.