GoogleCloudPlatform / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
19 stars 21 forks source link

GCLOUD: ERROR: (gcloud.app.deploy) The requested resource already exists. #87

Open washowasho opened 7 years ago

washowasho commented 7 years ago

POM:

      <plugin>
        <groupId>com.google.cloud.tools</groupId>
        <artifactId>appengine-maven-plugin</artifactId>
        <version>${appengine.maven.plugin}</version>
        <configuration>
            <deploy.version>20170627t074900</deploy.version>
        </configuration>
      </plugin>

If I specify a version in my POM, the upload does not overwrite the current version. If I exclude this, it works just fine... but creates a new version.

ZNevzz commented 7 years ago

Even I received the same error but my POM doesn't have a deploy.version. I'll try adding it.