File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 88
88
<!-- for hot reload of the web application -->
89
89
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
90
90
<plugins >
91
+ <!-- [START plugins] -->
91
92
<plugin >
92
93
<groupId >org.apache.maven.plugins</groupId >
93
94
<artifactId >maven-war-plugin</artifactId >
104
105
</configuration >
105
106
</plugin >
106
107
107
- <!--
108
108
<plugin >
109
109
<groupId >com.google.cloud.tools</groupId >
110
110
<artifactId >appengine-maven-plugin</artifactId >
111
- <version>${appengine.maven.plugin}</version>
112
- </plugin>
113
- -->
114
- <plugin >
115
- <groupId >com.google.appengine</groupId >
116
- <artifactId >appengine-maven-plugin</artifactId >
117
- <version >1.9.59</version >
111
+ <version >1.3.1</version >
112
+ <configuration >
113
+ <deploy .promote>true</deploy .promote>
114
+ <deploy .stopPreviousVersion>true</deploy .stopPreviousVersion>
115
+ </configuration >
118
116
</plugin >
117
+ <!-- [END plugins] -->
119
118
</plugins >
120
119
</build >
121
120
</project >
Original file line number Diff line number Diff line change 89
89
<!-- [END dependencies] -->
90
90
</dependencies >
91
91
<build >
92
+ <!-- [START resources] -->
92
93
<resources >
93
94
<resource >
94
95
<directory >src/main/resources</directory >
95
96
<filtering >true</filtering >
96
97
</resource >
97
98
</resources >
99
+ <!-- [END resources] -->
98
8000
code>
100
<!-- for hot reload of the web application -->
99
101
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
100
102
<plugins >
101
-
102
103
<plugin >
103
104
<groupId >com.google.cloud.tools</groupId >
104
105
<artifactId >appengine-maven-plugin</artifactId >
105
106
<version >1.3.1</version >
106
107
</plugin >
107
-
108
108
<plugin >
109
109
<groupId >org.eclipse.jetty</groupId >
110
110
<artifactId >jetty-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 90
90
<!-- [END dependencies] -->
91
91
</dependencies >
92
92
<build >
93
+ <!-- [START resources] -->
93
94
<resources >
94
95
<resource >
95
96
<directory >src/main/resources</directory >
96
97
<filtering >true</filtering >
97
98
</resource >
98
99
</resources >
100
+ <!-- [END resources] -->
99
101
<!-- for hot reload of the web application -->
100
102
<outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
101
103
<plugins >
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
14
+ # [START properties]
15
15
sqlUrl =${sqlURL}
16
+ # [END properties]
You can’t perform that action at this time.
0 commit comments