File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ To run this sample locally:
1212In the following command, replace YOUR-PROJECT-ID with your
1313[ Google Cloud Project ID] ( https://developers.google.com/console/help/new/#projectnumber ) .
1414
15- $ mvn gcloud:deploy -Dgcloud_project =YOUR-PROJECT-ID
15+ $ mvn gcloud:deploy -Dgcloud.gcloud_project =YOUR-PROJECT-ID
1616
1717## Setup
1818To save your project settings so that you don't need to enter the
19- ` -Dgcloud_project =YOUR-CLOUD-PROJECT-ID ` parameters, you can:
19+ ` -Dgcloud.gcloud_project =YOUR-CLOUD-PROJECT-ID ` parameters, you can:
2020
21211 . Update the <application > tag in src/main/webapp/WEB-INF/appengine-web.xml
2222 with your project name.
@@ -25,4 +25,4 @@ You will now be able to run
2525
2626 $ mvn gcloud:deploy
2727
28- without the need for any additional paramters .
28+ without the need for any additional parameters .
You can’t perform that action at this time.
0 commit comments