How to disable m2e build in Eclipse Indigo?

前端 未结 4 1020
轻奢々
轻奢々 2021-01-25 06:03

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

4条回答
  •  半阙折子戏
    2021-01-25 06:46

    I am using MacOSX with Eclipse 4.3 (Krepler). What I originally tried was to install Maven via the terminal using Brew. It installed correctly Maven 3.0.4. However when I tried to import any ready maven projects (File > Import > Maven) it would display the following two errors:

    No marketplace entries found to handle Execution default-testResources

    What I did is go to Help > Eclipse Marketplace and type "Maven" in the search bar and install the first default Maven client for Eclipse. Everything worked for me from this point.

    Hope it helps to you too.

提交回复
热议问题