|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
| 1 | +<!-- |
| 2 | + Copyright 2016 Google Inc. |
| 3 | +
|
| 4 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + you may not use this file except in compliance with the License. |
| 6 | + You may obtain a copy of the License at |
| 7 | +
|
| 8 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +
|
| 10 | + Unless required by applicable law or agreed to in writing, software |
| 11 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + See the License for the specific language governing permissions and |
| 14 | + limitations under the License. |
| 15 | +--> |
2 | 16 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 | 17 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
4 | 18 |
|
|
48 | 62 | <!-- for hot reload of the web application -->
|
49 | 63 | <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
|
50 | 64 | <plugins>
|
51 |
| - <plugin> <!-- TEMPORARY --> |
52 |
| - <groupId>com.google.appengine</groupId> |
53 |
| - <artifactId>gcloud-maven-plugin</artifactId> |
54 |
| - <version>2.0.9.121.v20160815</version> |
55 |
| - </plugin> |
56 | 65 | <plugin>
|
57 | 66 | <groupId>com.google.cloud.tools</groupId>
|
58 | 67 | <artifactId>appengine-maven-plugin</artifactId>
|
59 | 68 | <version>${appengine.maven.plugin}</version>
|
60 | 69 | <configuration>
|
61 | 70 | </configuration>
|
62 | 71 | </plugin>
|
63 |
| - <plugin> |
64 |
| - <groupId>org.apache.maven.plugins</groupId> |
65 |
| - <artifactId>maven-war-plugin</artifactId> |
66 |
| - <version>${maven.war.plugin}</version> |
67 |
| - <configuration> |
68 |
| - <failOnMissingWebXml>false</failOnMissingWebXml> |
69 |
| - </configuration> |
70 |
| - </plugin> |
71 | 72 | <plugin>
|
72 | 73 | <groupId>org.eclipse.jetty</groupId>
|
73 | 74 | <artifactId>jetty-maven-plugin</artifactId>
|
|
0 commit comments