I've installed Eclipse Kepler then installed the Android Development Toolkit and the M2E Android Connector Plugin so I can manage my android projects with maven. However, when I create a new project I'm getting the following error:
Plugin execution not covered by lifecycle configuration: com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.8.2:consume-aar
This kinda strange because the M2E Android Connector is installed so what is causing this and how can I fix it?