GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

promote attribute ignored since 2.0.9.119.v20160801 (auto promote forced) #96

Closed erugeri closed 8 years ago

erugeri commented 8 years ago

Here's a snippet of our pom.xml

<plugin>
    <groupId>com.google.appengine</groupId>
    <artifactId>gcloud-maven-plugin</artifactId>
    <version>2.0.9.119.v20160801</version>
    <configuration>
        <promote>false</promote>
    </configuration>
</plugin>

Since 2.0.9.119.v20160801, the promote attribute is ignored and the version is automatically promoted and the previous one stopped.

It works as expected with 2.0.9.118.v20160721 and below.

ludoch commented 8 years ago

2.0.9.120.v20160803 has a fix.

erugeri commented 8 years ago

Thanks for the quick fix!

erugeri commented 8 years ago

FYI, it's not yet available on maven central: http://mvnrepository.com/artifact/com.google.appengine/gcloud-maven-plugin

No problem, I'll wait for it ;)