File tree 2 files changed +4
-14
lines changed
appengine/endpoints-frameworks-v2/backend
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ To deploy the sample API:
43
43
44
44
0 . Deploy the API implementation code by invoking:
45
45
46
- mvn appengine:update
46
+ mvn appengine:deploy
47
47
48
48
The first time you upload a sample app, you may be prompted to authorize the
49
49
deployment. Follow the prompts: when you are presented with a browser window
Original file line number Diff line number Diff line change 37
37
<endpoints .project.id>YOUR_PROJECT_ID</endpoints .project.id>
38
38
<maven .compiler.target>1.7</maven .compiler.target>
39
39
<maven .compiler.source>1.7</maven .compiler.source>
40
+ <appengine .maven.plugin.version>1.0.0</appengine .maven.plugin.version>
40
41
</properties >
41
42
42
43
<dependencies >
141
142
</plugin >
142
143
143
144
<plugin >
144
- <groupId >com.google.appengine </groupId >
145
+ <groupId >com.google.cloud.tools </groupId >
145
146
<artifactId >appengine-maven-plugin</artifactId >
146
- <version >${appengine.sdk.version} </version >
147
- <configuration >
148
- <enableJarClasses >false</enableJarClasses >
149
- <!-- Comment in the below snippet to bind to all IPs instead of just localhost -->
150
- <!-- address>0.0.0.0</address>
151
- <port>8080</port -->
152
- <!-- Comment in the below snippet to enable local debugging with a remove debugger
153
- like those included with Eclipse or IntelliJ -->
154
- <!-- jvmFlags>
155
- <jvmFlag>-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n</jvmFlag>
156
- </jvmFlags -->
157
- </configuration >
147
+ <version >${appengine.maven.plugin.version} </version >
158
148
</plugin >
159
149
</plugins >
160
150
</build >
You can’t perform that action at this time.
0 commit comments