| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent eec6f6b commit d944990
50 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -126,6 +126,11 @@ | |||
| 126 | 126 | <!-- for hot reload of the web application --> | |
| 127 | 127 | <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> | |
| 128 | 128 | <plugins> | |
| 129 | + <plugin> | ||
| 130 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 131 | + <artifactId>maven-war-plugin</artifactId> | ||
| 132 | + <version>3.3.2</version> | ||
| 133 | + </plugin> | ||
| 129 | 134 | <plugin> | |
| 130 | 135 | <groupId>com.google.cloud.tools</groupId> | |
| 131 | 136 | <artifactId>appengine-maven-plugin</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -91,6 +91,11 @@ | |||
| 91 | 91 | <build> | |
| 92 | 92 | <finalName>guestbook</finalName> | |
| 93 | 93 | <plugins> | |
| 94 | + <plugin> | ||
| 95 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 96 | + <artifactId>maven-war-plugin</artifactId> | ||
| 97 | + <version>3.3.2</version> | ||
| 98 | + </plugin> | ||
| 94 | 99 | <plugin> | |
| 95 | 100 | <groupId>com.google.cloud.tools</groupId> | |
| 96 | 101 | <artifactId>appengine-maven-plugin</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,6 +67,11 @@ limitations under the License. | |||
| 67 | 67 | <build> | |
| 68 | 68 | <finalName>helloworld</finalName> | |
| 69 | 69 | <plugins> | |
| 70 | + <plugin> | ||
| 71 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 72 | + <artifactId>maven-war-plugin</artifactId> | ||
| 73 | + <version>3.3.2</version> | ||
| 74 | + </plugin> | ||
| 70 | 75 | <plugin> | |
| 71 | 76 | <groupId>com.google.cloud.tools</groupId> | |
| 72 | 77 | <artifactId>appengine-maven-plugin</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -101,6 +101,11 @@ | |||
| 101 | 101 | <build> | |
| 102 | 102 | <finalName>oauth2</finalName> | |
| 103 | 103 | <plugins> | |
| 104 | + <plugin> | ||
| 105 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 106 | + <artifactId>maven-war-plugin</artifactId> | ||
| 107 | + <version>3.3.2</version> | ||
| 108 | + </plugin> | ||
| 104 | 109 | <plugin> | |
| 105 | 110 | <groupId>com.google.cloud.tools</groupId> | |
| 106 | 111 | <artifactId>appengine-maven-plugin</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -107,6 +107,11 @@ | |||
| 107 | 107 | <!-- for hot reload of the web application --> | |
| 108 | 108 | <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> | |
| 109 | 109 | <plugins> | |
| 110 | + <plugin> | ||
| 111 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 112 | + <artifactId>maven-war-plugin</artifactId> | ||
| 113 | + <version>3.3.2</version> | ||
| 114 | + </plugin> | ||
| 110 | 115 | <plugin> | |
| 111 | 116 | <groupId>com.google.cloud.tools</groupId> | |
| 112 | 117 | <artifactId>appengine-maven-plugin</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -105,6 +105,11 @@ | |||
| 105 | 105 | <!-- for hot reload of the web application --> | |
| 106 | 106 | <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> | |
| 107 | 107 | <plugins> | |
| 108 | + <plugin> | ||
| 109 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 110 | + <artifactId>maven-war-plugin</artifactId> | ||
| 111 | + <version>3.3.2</version> | ||
| 112 | + </plugin> | ||
| 108 | 113 | <plugin> | |
| 109 | 114 | <groupId>com.google.cloud.tools</groupId> | |
| 110 | 115 | <artifactId>appengine-maven-plugin</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -92,6 +92,11 @@ | |||
| 92 | 92 | <!-- for hot reload of the web application --> | |
| 93 | 93 | <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> | |
| 94 | 94 | <plugins> | |
| 95 | + <plugin> | ||
| 96 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 97 | + <artifactId>maven-war-plugin</artifactId> | ||
| 98 | + <version>3.3.2</version> | ||
| 99 | + </plugin> | ||
| 95 | 100 | <plugin> | |
| 96 | 101 | <groupId>com.google.cloud.tools</groupId> | |
| 97 | 102 | <artifactId>appengine-maven-plugin</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -92,6 +92,11 @@ | |||
| 92 | 92 | <!-- for hot reload of the web application --> | |
| 93 | 93 | <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> | |
| 94 | 94 | <plugins> | |
| 95 | + <plugin> | ||
| 96 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 97 | + <artifactId>maven-war-plugin</artifactId> | ||
| 98 | + <version>3.3.2</version> | ||
| 99 | + </plugin> | ||
| 95 | 100 | <plugin> | |
| 96 | 101 | <groupId>com.google.cloud.tools</groupId> | |
| 97 | 102 | <artifactId>appengine-maven-plugin</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -93,6 +93,11 @@ | |||
| 93 | 93 | <!-- for hot reload of the web application --> | |
| 94 | 94 | <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> | |
| 95 | 95 | <plugins> | |
| 96 | + <plugin> | ||
| 97 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 98 | + <artifactId>maven-war-plugin</artifactId> | ||
| 99 | + <version>3.3.2</version> | ||
| 100 | + </plugin> | ||
| 96 | 101 | <plugin> | |
| 97 | 102 | <groupId>com.google.cloud.tools</groupId> | |
| 98 | 103 | <artifactId>appengine-maven-plugin</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -82,6 +82,11 @@ | |||
| 82 | 82 | <!-- for hot reload of the web application--> | |
| 83 | 83 | <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> | |
| 84 | 84 | <plugins> | |
| 85 | + <plugin> | ||
| 86 | + <groupId>org.apache.maven.plugins</groupId> | ||
| 87 | + <artifactId>maven-war-plugin</artifactId> | ||
| 88 | + <version>3.3.2</version> | ||
| 89 | + </plugin> | ||
| 85 | 90 | <plugin> | |
| 86 | 91 | <groupId>com.google.cloud.tools</groupId> | |
| 87 | 92 | <artifactId>appengine-maven-plugin</artifactId> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments