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:
12
12
In the following command, replace YOUR-PROJECT-ID with your
13
13
[ Google Cloud Project ID] ( https://developers.google.com/console/help/new/#projectnumber ) .
14
14
15
- $ mvn gcloud:deploy -Dgcloud_project =YOUR-PROJECT-ID
15
+ $ mvn gcloud:deploy -Dgcloud.gcloud_project =YOUR-PROJECT-ID
16
16
17
17
## Setup
18
18
To 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:
20
20
21
21
1 . Update the <application > tag in src/main/webapp/WEB-INF/appengine-web.xml
22
22
with your project name.
@@ -25,4 +25,4 @@ You will now be able to run
25
25
26
26
$ mvn gcloud:deploy
27
27
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