GoogleCloudPlatform/getting-started-java

com.google.cloud.tools is deprecated

hodientuananh opened this issue · 1 comments

Instead use the old version

<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>

it should be changed to

<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>

Follow by: Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.67:devserver

Hi @benkinmat, com.google.cloud.tools.appengine-maven is currently up to date and com.google.appengine.appengine-maven will be deprecated. For more info see, Migrating to the Cloud SDK