File tree 3 files changed +23
-6
lines changed
3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ model {
56
56
stopPreviousVersion = true // default - stop the current version
57
57
promote = true // default - & make this the current version
58
58
}
59
-
60
59
}
61
60
}
62
61
// [END model]
Original file line number Diff line number Diff line change 13
13
See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
-->
16
+ <!-- [START project] -->
16
17
<project >
17
18
<modelVersion >4.0.0</modelVersion >
18
19
<packaging >war</packaging >
19
20
<version >1.0-SNAPSHOT</version >
20
- <groupId >com.example.managedvms </groupId >
21
- <artifactId >managed-vms -helloworld</artifactId >
21
+ <groupId >com.example.flexible </groupId >
22
+ <artifactId >flexible -helloworld</artifactId >
22
23
23
24
<parent >
24
25
<artifactId >doc-samples</artifactId >
28
29
</parent >
29
30
30
31
<properties >
31
- <maven .compiler.target>1.7 </maven .compiler.target>
32
- <maven .compiler.source>1.7 </maven .compiler.source>
33
- < maven-war-plugin-version >2.6</ maven-war-plugin-version >
32
+ <maven .compiler.target>1.8 </maven .compiler.target>
33
+ <maven .compiler.source>1.8 </maven .compiler.source>
34
+
34
35
<appengine .maven.plugin>0.1.1-beta</appengine .maven.plugin>
35
36
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
37
+
36
38
<failOnMissingWebXml >false</failOnMissingWebXml >
37
39
</properties >
38
40
75
77
</plugins >
76
78
</build >
77
79
</project >
80
+ <!-- [END project] -->
Original file line number Diff line number Diff line change
1
+ # Copyright 2016 Google Inc. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+ # [START appyaml]
1
15
runtime : java
2
16
vm : true
3
17
4
18
handlers :
5
19
- url : /.*
6
20
script : this field is required, but ignored
7
21
secure : always
22
+ # [END appyaml]
You can’t perform that action at this time.
0 commit comments