How to disable m2e build in Eclipse Indigo?

前端 未结 4 933
轻奢々
轻奢々 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:37

    Open your POM and click on the "Plugin execution not covered by lifecycle configuration" error. This will give you the option to Discover new m2e connectors.

    Select this and you should be automatically prompted to download and install the Android Connector.

    Installing this should resolve your problems. You should probably uninstall the old 0.2.4 m2eclipse-android-integration as well in favour of the new 0.3.0 m2e-android version.

    Please see the new site for more information:

    http://rgladwell.github.com/m2e-android/

提交回复
热议问题