I am new to Maven projects. I imported an existing Maven project to eclipse, and then created a new configuration. I tried to run the application, but the console shows
[ERROR] Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.4:devserver (default-cli) on project helloworld: The plugin com.google.appengine:appengine-maven-plugin:1.9.4 requires Maven version 3.1.0 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginIncompatibleException
I checked the link provided. He suggested updating the build environment to the required version of Maven. I searched for it, but found that certain changes were made to pom.xml. But nothing happened. Can someone tell me how to solve the problem. My installed version of Maven is 3.0.5 .
source share