I try to get endpoints appengine to work with Maven, but every time I get the following error, I was following the endpoints appengine document, I could not find what went wrong,
Error:
Failed to execute target org.apache.maven.plugins: maven-war-plugin: 2.3: war (default-war) in the project Test: Run default-war target org.apache.maven.plugins: maven-war-plugin: 2.3 : war failed: basedir / Users / Ramesh / git / endpoints / demo / test / target / generated sources / appengine endpoints do not exist
How can I make it work with Maven?
source
share