File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 38
38
<artifactId >gcloud-maven-plugin</artifactId >
39
39
<version >2.0.9.90.v20151210</version >
40
40
<configuration >
41
- <gcloud_directory >/usr/local/java/gcloud-sdk /google-cloud-sdk</gcloud_directory >
41
+ <gcloud_directory >/usr/local/google-cloud-sdk</gcloud_directory >
42
42
<verbosity >debug</verbosity >
43
43
<log_level >debug</log_level >
44
+ <non_docker_mode >false</non_docker_mode >
45
+ <docker_build >remote</docker_build >
46
+ </configuration >
47
+ </plugin >
48
+ <plugin >
49
+ <groupId >org.apache.maven.plugins</groupId >
50
+ <artifactId >maven-war-plugin</artifactId >
51
+ <version >2.6</version >
52
+ <configuration >
53
+ <archiveClasses >true</archiveClasses >
54
+ <failOnMissingWebXml >false</failOnMissingWebXml >
55
+ <webResources >
56
+ <resource >
57
+ <directory >${basedir} /src/main/webapp/WEB-INF</directory >
58
+ <filtering >true</filtering >
59
+ <targetPath >WEB-INF</targetPath >
60
+ </resource >
61
+ </webResources >
44
62
</configuration >
45
63
</plugin >
46
-
47
64
<plugin >
48
65
<groupId >com.spotify</groupId >
49
66
<artifactId >docker-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments