@DFB, where did you get the information that appengine-maven-plugin uses
gcloud internally? Did you see that on any article? This GCP doc[1] has no
such information.
AFAIK, as per this comment, there is "gcloud beta" which has been
implemented within the Maven App Engine plugin, which can be used by
replacing the following code in the pom.xml file:
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.1.0</version>
<configuration>
<gcloudMode>beta</gcloudMode>
...
</configuration>
</plugin>
Is this what you are doing? I have no information suggesting that the
appengine-maven-plugin uses gcloud under the hood.
[1]https://cloud.google.com/appengine/docs/standard/java/maven-reference
[2]https://issuetracker.google.com/131254119#comment4
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/7907476d-d64b-4398-b026-98086935a17do%40googlegroups.com.