File tree Expand file tree Collapse file tree 1 file changed +5
-22
lines changed
appengine/guestbook-cloud-datastore Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Original file line number Diff line number Diff line change 8787 </dependency >
8888 </dependencies >
8989
90- <build >
91- <!-- for hot reload of the web application-->
92- <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
93- <plugins >
94- <plugin >
95- <groupId >com.google.appengine</groupId >
96- <artifactId >appengine-maven-plugin</artifactId >
97- <version >${appengine.sdk.version} </version >
98- <configuration >
99- <enableJarClasses >false</enableJarClasses >
100- <!-- Comment in the below snippet to bind to all IPs instead of just localhost -->
101- <!-- address>0.0.0.0</address>
102- <port>8080</port -->
103- <!-- Comment in the below snippet to enable local debugging with a remote debugger
104- like those included with Eclipse or IntelliJ -->
105- <!-- jvmFlags>
106- <jvmFlag>-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n</jvmFlag>
107- </jvmFlags -->
108- </configuration >
109- </plugin >
110- </plugins >
111- </build >
90+ <plugin >
91+ <groupId >com.google.cloud.tools</groupId >
92+ <artifactId >appengine-maven-plugin</artifactId >
93+ <version >1.9.42</version >
94+ </plugin >
11295</project >
You can’t perform that action at this time.
0 commit comments