• R/O
  • SSH
  • HTTPS

propedit: 提交


Commit MetaInfo

修订版350 (tree)
时间2018-07-27 23:09:49
作者chomakichi

Log Message

(empty log message)

更改概述

差异

--- trunk/PropertiesEditor_GAE/pom.xml (revision 349)
+++ trunk/PropertiesEditor_GAE/pom.xml (revision 350)
@@ -29,6 +29,18 @@
2929 <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
3030 </properties>
3131
32+ <dependencyManagement>
33+ <dependencies>
34+ <dependency>
35+ <groupId>com.google.cloud</groupId>
36+ <artifactId>google-cloud-bom</artifactId>
37+ <version>0.55.1-alpha</version>
38+ <type>pom</type>
39+ <scope>import</scope>
40+ </dependency>
41+ </dependencies>
42+ </dependencyManagement>
43+
3244 <dependencies>
3345 <dependency>
3446 <groupId>org.springframework.boot</groupId>
@@ -52,11 +64,18 @@
5264 </dependencies>
5365
5466 <build>
67+ <!-- for hot reload of the web application -->
68+ <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
5569 <plugins>
5670 <plugin>
5771 <groupId>org.springframework.boot</groupId>
5872 <artifactId>spring-boot-maven-plugin</artifactId>
5973 </plugin>
74+ <plugin>
75+ <groupId>com.google.cloud.tools</groupId>
76+ <artifactId>appengine-maven-plugin</artifactId>
77+ <version>${appengine.maven.plugin.version}</version>
78+ </plugin>
6079 </plugins>
6180 </build>
6281
Show on old repository browser