I am using Maven 3.0.5 and Spring Tool Source 3.2 with Maven plugin installed. When I try to do \'Run As---> Maven install\', I am getting
i had the same problem and besides the above posts' configurations putting
com.google.appengine
appengine-maven-plugin
1.9.32
false
endpoints_get_discovery_doc
in the plugins element in pom.xml. i think the problem was absence of execution -> goal "endpoints_get_discovery_doc" in some cases like mine, so this worked for me.