Skip to content

Commit b4b680b

Browse files
committed
Remove extraneous (old Maven plugin) parameters.
1 parent 02a8173 commit b4b680b

File tree

1 file changed

+5
-22
lines changed
  • appengine/guestbook-cloud-datastore

1 file changed

+5
-22
lines changed

appengine/guestbook-cloud-datastore/pom.xml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,9 @@
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>

0 commit comments

Comments
 (0)