We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d3a21 commit 9dd4313Copy full SHA for 9dd4313
appengine/helloworld-new-plugins/pom.xml
@@ -57,17 +57,13 @@ Copyright 2015 Google Inc.
57
<configuration>
58
<!-- dev appserver configuration (standard environment only) -->
59
<!--
60
- <devserver.host>127.0.0.1</devserver.port>
+ <devserver.host>127.0.0.1</devserver.host>
61
<devserver.port>8080</devserver.port>
62
-->
63
<!-- staging configuration (standard/flex-compat environment only) -->
64
65
<stage.enableJarSplitting>true</stage.enableJarSplitting>
66
67
- <!-- staging configuration (flexible environment only) -->
68
- <!--
69
- <stage.artifact>target/some-customer-artifact.jar</stage.artifact>
70
- -->
71
<!-- deploy configuration -->
72
<deploy.promote>true</deploy.promote>
73
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
0 commit comments