My web application on google app engine was built using jdk 1.7 and eclipse. The project worked fine on the localhost server and so i deployed to the cloud using eclipse tool. The issue is that the application instead of being deployed to [my_app_id].appspot.com gets deployed at 1-dot-[my_app_id].appspot.com
Now i can access the application on 1-dot-[my_app_id].appspot.com but thats not the pid i wish to have.I have double checked the project id and i haven't added any 1-dot before my app id. My actual [my_app_id].appspot.com displays just a Hello World page, which is not getting updated even on using mvn appengine:update.
Please suggest if i have made any mistake while deployment.