Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[appengine:update:version] Version override to update war doesn't have any affect #18

Closed
GoogleCodeExporter opened this issue Aug 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  Use the maven plugin 
(https://developers.google.com/appengine/docs/java/tools/maven) to update war 
to google app engine. Set the appengine-version.xml to 3.
2. In the project appengine-web.xml the value of version is
  <version>3</version>
3. command executed :
mvn appengine:update -Dversion=4


What is the expected output? What do you see instead?
Appengine dashboard should show that version 4 got uploaded. In my case a 
version 3 had been uploaded before sometime back and a version 4 had never been 
uploaded. However after the command executes successfully, when I looked at the 
appengine dashboard, no app version 4 showed up. However version 3 was 
overwritten and next to it, it says: Deployed 0:00:19 ago by xx@xxxx.com

Today I thought I could be supplying incorrect command line arguments.
I tried the following but the result was the same:

mvn appengine:update -Dappengine.update.version=5


What version of the product are you using? On what operating system?
OS name: "mac os x", version: "10.7.5", arch: "x86_64", family: "mac"
Maven : Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
Java version: 1.6.0_43, vendor: Apple Inc.
appengine-maven-plugin : 1.7.5

Please provide any additional information below.

Original issue reported on code.google.com by a.ta...@gmail.com on 17 Mar 2013 at 9:32

@GoogleCodeExporter
Copy link
Author

Original comment by matts...@google.com on 19 Mar 2013 at 8:46

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant