I am trying to make appengine endpoints work with Maven, but I get the following error every time, i followed the appengine endpoints doc, I couldn't able to find what went wrong,
Error is:
Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.3:war (default-war) on project Test: Execution default-war of goal org.apache.maven.plugins:maven-war-plugin:2.3:war failed: basedir /Users/Ramesh/git/endpoints/demo/Test/target/generated-sources/appengine-endpoints does not exist
How can I make it work with Maven?