File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 <!-- for hot reload of the web application -->
8989 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
9090 <plugins >
91+ <!-- [START plugins] -->
9192 <plugin >
9293 <groupId >org.apache.maven.plugins</groupId >
9394 <artifactId >maven-war-plugin</artifactId >
104105 </configuration >
105106 </plugin >
106107
107- <!--
108108 <plugin >
109109 <groupId >com.google.cloud.tools</groupId >
110110 <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 >
118116 </plugin >
117+ <!-- [END plugins] -->
119118 </plugins >
120119 </build >
121120</project >
Original file line number Diff line number Diff line change 8989 <!-- [END dependencies] -->
9090 </dependencies >
9191 <build >
92+ <!-- [START resources] -->
9293 <resources >
9394 <resource >
9495 <directory >src/main/resources</directory >
9596 <filtering >true</filtering >
9697 </resource >
9798 </resources >
99+ <!-- [END resources] -->
98100 <!-- for hot reload of the web application -->
99101 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
100102 <plugins >
101-
102103 <plugin >
103104 <groupId >com.google.cloud.tools</groupId >
104105 <artifactId >appengine-maven-plugin</artifactId >
105106 <version >1.3.1</version >
106107 </plugin >
107-
108108 <plugin >
109109 <groupId >org.eclipse.jetty</groupId >
110110 <artifactId >jetty-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 9090 <!-- [END dependencies] -->
9191 </dependencies >
9292 <build >
93+ <!-- [START resources] -->
9394 <resources >
9495 <resource >
9596 <directory >src/main/resources</directory >
9697 <filtering >true</filtering >
9798 </resource >
9899 </resources >
100+ <!-- [END resources] -->
99101 <!-- for hot reload of the web application -->
100102 <outputDirectory >${project.build.directory} /${project.build.finalName} /WEB-INF/classes</outputDirectory >
101103 <plugins >
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14-
14+ # [START properties]
1515sqlUrl =${sqlURL}
16+ # [END properties]
You can’t perform that action at this time.
0 commit comments