Plugin execution not covered by lifecycle configuration error

后端 未结 1 791
半阙折子戏
半阙折子戏 2020-12-15 23:38

This error has come up recently in my eclipse android maven project, and I don\'t know why.
Can you please have a look at my POM and screenShot, and tell me where I am g

相关标签:
1条回答
  • 2020-12-16 00:04

    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/

    0 讨论(0)
提交回复
热议问题