You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2019. It is now read-only.
Firstly, thanks for building this!
When trying to run this locally via mvn gcloud:run, I see the following error:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.929 s
[INFO] Finished at: 2016-07-03T19:34:22+01:00
[INFO] Final Memory: 18M/462M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.google.appengine:gcloud-maven-plugin:2.0.9.111.v20160527:run (default-cli) on project helloworldservice: The application directory does not exist : D:\GitHub\dropwizard-googlecloudplatform-master\target/helloworldservice-1.0-SNAPSHOT -> [Help 1]
I also get the same with my own app-engine / dropwizard creation - and had tried out your solution in the hope you'd already found a fix for this.
To me it looks like a path bug in gcloud-maven-plugin (GCloudAppRun.java) - so unsure how to fix it.
What are your thoughts?