File tree 27 files changed +149
-383
lines changed
serviceaccount-appengine-sample
27 files changed +149
-383
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ Copyright 2015 Google Inc. All Rights Reserved.
22
22
<groupId >com.example.appengine</groupId >
23
23
<artifactId >appengine-appidentity</artifactId >
24
24
25
+ <parent >
26
+ <groupId >com.google.cloud</groupId >
27
+ <artifactId >doc-samples</artifactId >
28
+ <version >1.0.0</version >
29
+ <relativePath >../..</relativePath >
30
+ </parent >
31
+
25
32
<properties >
26
33
<appengine .target.version>1.9.30</appengine .target.version>
27
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
@@ -107,20 +114,6 @@ Copyright 2015 Google Inc. All Rights Reserved.
107
114
<artifactId >gcloud-maven-plugin</artifactId >
108
115
<version >2.0.9.90.v20151210</version >
109
116
</plugin >
110
- <plugin >
111
- <groupId >org.apache.maven.plugins</groupId >
112
- <artifactId >maven-checkstyle-plugin</artifactId >
113
- <version >2.17</version >
114
- <configuration >
115
- <configLocation >../../google-checks.xml</configLocation >
116
- <consoleOutput >true</consoleOutput >
117
- <failOnViolation >true</failOnViolation >
118
- <failsOnError >true</failsOnError >
119
- </configuration >
120
- <executions >
121
- <execution ><goals ><goal >check</goal ></goals ></execution >
122
- </executions >
123
- </plugin >
124
117
</plugins >
125
118
</build >
126
119
</project >
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ Copyright 2015 Google Inc. All Rights Reserved.
21
21
<version >1.0-SNAPSHOT</version >
22
22
<groupId >com.example.appengine</groupId >
23
23
<artifactId >appengine-helloworld</artifactId >
24
+ <parent >
25
+ <groupId >com.google.cloud</groupId >
26
+ <artifactId >doc-samples</artifactId >
27
+ <version >1.0.0</version >
28
+ <relativePath >../..</relativePath >
29
+ </parent >
24
30
<dependencies >
25
31
<dependency >
26
32
<groupId >javax.servlet</groupId >
@@ -48,20 +54,6 @@ Copyright 2015 Google Inc. All Rights Reserved.
48
54
<artifactId >appengine-maven-plugin</artifactId >
49
55
<version >1.9.31</version >
50
56
</plugin >
51
- <plugin >
52
- <groupId >org.apache.maven.plugins</groupId >
53
- <artifactId >maven-checkstyle-plugin</artifactId >
54
- <version >2.17</version >
55
- <configuration >
56
- <configLocation >../../google-checks.xml</configLocation >
57
- <consoleOutput >true</consoleOutput >
58
- <failOnViolation >true</failOnViolation >
59
- <failsOnError >true</failsOnError >
60
- </configuration >
61
- <executions >
62
- <execution ><goals ><goal >check</goal ></goals ></execution >
63
- </executions >
64
- </plugin >
65
57
</plugins >
66
58
</build >
67
59
</project >
Original file line number Diff line number Diff line change 12
12
<relativePath >..</relativePath >
13
13
</parent >
14
14
15
-
16
15
<repositories >
17
16
<repository >
18
17
<id >googleapis</id >
81
80
<target >5</target >
82
81
</configuration >
83
82
</plugin >
84
- <plugin >
85
- <groupId >org.apache.maven.plugins</groupId >
86
- <artifactId >maven-checkstyle-plugin</artifactId >
87
- <version >2.17</version >
88
- <configuration >
89
- <configLocation >../google-checks.xml</configLocation >
90
- <consoleOutput >true</consoleOutput >
91
- <failOnViolation >true</failOnViolation >
92
- <failsOnError >true</failsOnError >
93
- </configuration >
94
- <executions >
95
- <execution ><goals ><goal >check</goal ></goals ></execution >
96
- </executions >
97
- </plugin >
98
83
</plugins >
99
84
</build >
100
85
Original file line number Diff line number Diff line change 6
6
<groupId >com.google.datastore.snippets</groupId >
7
7
<artifactId >datastore-snippets</artifactId >
8
8
<version >1.0</version >
9
+
10
+ <parent >
11
+ <artifactId >doc-samples</artifactId >
12
+ <groupId >com.google.cloud</groupId >
13
+ <version >1.0.0</version >
14
+ <relativePath >..</relativePath >
15
+ </parent >
16
+
9
17
<packaging >jar</packaging >
10
18
<name >Google Cloud Datastore Snippets</name >
11
19
<description >
46
54
</configuration >
47
55
</plugin >
48
56
<!-- // [END exec] -->
49
- <plugin >
50
- <groupId >org.apache.maven.plugins</groupId >
51
- <artifactId >maven-checkstyle-plugin</artifactId >
52
- <version >2.17</version >
53
- <configuration >
54
- <configLocation >../google-checks.xml</configLocation >
55
- <consoleOutput >true</consoleOutput >
56
- <failOnViolation >true</failOnViolation >
57
- <failsOnError >true</failsOnError >
58
- </configuration >
59
- <executions >
60
- <execution ><goals ><goal >check</goal ></goals ></execution >
61
- </executions >
62
- </plugin >
63
57
</plugins >
64
58
</build >
65
59
</project >
Original file line number Diff line number Diff line change 55
55
<target >5</target >
56
56
</configuration >
57
57
</plugin >
58
- <plugin >
59
- <groupId >org.apache.maven.plugins</groupId >
60
- <artifactId >maven-checkstyle-plugin</artifactId >
61
- <version >2.17</version >
62
- <configuration >
63
- <configLocation >../google-checks.xml</configLocation >
64
- <consoleOutput >true</consoleOutput >
65
- <failOnViolation >true</failOnViolation >
66
- <failsOnError >true</failsOnError >
67
- </configuration >
68
- <executions >
69
- <execution ><goals ><goal >check</goal ></goals ></execution >
70
- </executions >
71
- </plugin >
72
58
</plugins >
73
59
</build >
74
60
Original file line number Diff line number Diff line change 5
5
<packaging >war</packaging >
6
6
<version >1.0-SNAPSHOT</version >
7
7
<groupId >com.example.managedvms</groupId >
8
- <artifactId >appengine-analytics</artifactId >
8
+ <artifactId >managed-vms-analytics</artifactId >
9
+
10
+ <parent >
11
+ <artifactId >doc-samples</artifactId >
12
+ <groupId >com.google.cloud</groupId >
13
+ <version >1.0.0</version >
14
+ <relativePath >../..</relativePath >
15
+ </parent >
16
+
9
17
<dependencies >
10
18
<dependency >
11
19
<groupId >org.apache.httpcomponents</groupId >
46
54
<target >1.8</target >
47
55
</configuration >
48
56
</plugin >
49
- <plugin >
50
- <groupId >org.apache.maven.plugins</groupId >
51
- <artifactId >maven-checkstyle-plugin</artifactId >
52
- <version >2.17</version >
53
- <configuration >
54
- <configLocation >../../google-checks.xml</configLocation >
55
- <consoleOutput >true</consoleOutput >
56
- <failOnViolation >true</failOnViolation >
57
- <failsOnError >true</failsOnError >
58
- </configuration >
59
- <executions >
60
- <execution ><goals ><goal >check</goal ></goals ></execution >
61
- </executions >
62
- </plugin >
63
57
<plugin >
64
58
<groupId >org.eclipse.jetty</groupId >
65
59
<artifactId >jetty-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.google.appengine.demos</groupId >
4
- <artifactId >async-rest</artifactId >
4
+ <artifactId >managed-vms- async-rest</artifactId >
5
5
<version >1.0.0-SNAPSHOT</version >
6
6
<packaging >war</packaging >
7
7
<name >Example Async Rest Webapp</name >
Original file line number Diff line number Diff line change 5
5
<packaging >war</packaging >
6
6
<version >1.0-SNAPSHOT</version >
7
7
<groupId >com.example.managedvms</groupId >
8
- <artifactId >appengine-cloudsql</artifactId >
8
+ <artifactId >managed-vms-cloudsql</artifactId >
9
+
10
+ <parent >
11
+ <artifactId >doc-samples</artifactId >
12
+ <groupId >com.google.cloud</groupId >
13
+ <version >1.0.0</version >
14
+ <relativePath >../..</relativePath >
15
+ </parent >
16
+
9
17
<dependencies >
10
18
<dependency >
11
19
<groupId >javax.servlet</groupId >
48
56
<target >1.8</target >
49
57
</configuration >
50
58
</plugin >
51
- <plugin >
52
- <groupId >org.apache.maven.plugins</groupId >
53
- <artifactId >maven-checkstyle-plugin</artifactId >
54
- <version >2.17</version >
55
- <configuration >
56
- <configLocation >../../google-checks.xml</configLocation >
57
- <consoleOutput >true</consoleOutput >
58
- <failOnViolation >true</failOnViolation >
59
- <failsOnError >true</failsOnError >
60
- </configuration >
61
- <executions >
62
- <execution ><goals ><goal >check</goal ></goals ></execution >
63
- </executions >
64
- </plugin >
65
59
<plugin >
66
60
<groupId >org.eclipse.jetty</groupId >
67
61
<artifactId >jetty-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<packaging >war</packaging >
6
6
<version >1.0-SNAPSHOT</version >
7
7
<groupId >com.example.managedvms</groupId >
8
- <artifactId >appengine-cloudstorage</artifactId >
8
+ <artifactId >managed-vms-cloudstorage</artifactId >
9
+
10
+ <parent >
11
+ <artifactId >doc-samples</artifactId >
12
+ <groupId >com.google.cloud</groupId >
13
+ <version >1.0.0</version >
14
+ <relativePath >../..</relativePath >
15
+ </parent >
16
+
9
17
<dependencies >
10
18
<dependency >
11
19
<groupId >javax.servlet</groupId >
48
56
<target >1.8</target >
49
57
</configuration >
50
58
</plugin >
51
- <plugin >
52
- <groupId >org.apache.maven.plugins</groupId >
53
- <artifactId >maven-checkstyle-plugin</artifactId >
54
- <version >2.17</version >
55
- <configuration >
56
- <configLocation >../../google-checks.xml</configLocation >
57
- <consoleOutput >true</consoleOutput >
58
- <failOnViolation >true</failOnViolation >
59
- <failsOnError >true</failsOnError >
60
- </configuration >
61
- <executions >
62
- <execution ><goals ><goal >check</goal ></goals ></execution >
63
- </executions >
64
- </plugin >
65
59
<plugin >
66
60
<groupId >org.eclipse.jetty</groupId >
67
61
<artifactId >jetty-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<packaging >war</packaging >
6
6
<version >1.0-SNAPSHOT</version >
7
7
<groupId >com.example.managedvms</groupId >
8
- <artifactId >appengine-datastore</artifactId >
8
+ <artifactId >managed-vms-datastore</artifactId >
9
+
10
+ <parent >
11
+ <artifactId >doc-samples</artifactId >
12
+ <groupId >com.google.cloud</groupId >
13
+ <version >1.0.0</version >
14
+ <relativePath >../..</relativePath >
15
+ </parent >
16
+
9
17
<dependencies >
10
18
<dependency >
11
19
<groupId >javax.servlet</groupId >
48
56
<target >1.8</target >
49
57
</configuration >
50
58
</plugin >
51
- <plugin >
52
- <groupId >org.apache.maven.plugins</groupId >
53
- <artifactId >maven-checkstyle-plugin</artifactId >
54
- <version >2.17</version >
55
- <configuration >
56
- <configLocation >../../google-checks.xml</configLocation >
57
- <consoleOutput >true</consoleOutput >
58
- <failOnViolation >true</failOnViolation >
59
- <failsOnError >true</failsOnError >
60
- </configuration >
61
- <executions >
62
- <execution >
63
- <goals >
64
- <goal >check</goal >
65
- </goals >
66
- </execution >
67
- </executions >
68
- </plugin >
69
59
<plugin >
70
60
<groupId >org.eclipse.jetty</groupId >
71
61
<artifactId >jetty-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<packaging >war</packaging >
6
6
<version >1.0-SNAPSHOT</version >
7
7
<groupId >com.example.managedvms</groupId >
8
- <artifactId >appengine-disk</artifactId >
8
+ <artifactId >managed-vms-disk</artifactId >
9
+
10
+ <parent >
11
+ <artifactId >doc-samples</artifactId >
12
+ <groupId >com.google.cloud</groupId >
13
+ <version >1.0.0</version >
14
+ <relativePath >../..</relativePath >
15
+ </parent >
16
+
9
17
<dependencies >
10
18
<dependency >
11
19
<groupId >javax.servlet</groupId >
41
49
<target >1.8</target >
42
50
</configuration >
43
51
</plugin >
44
- <plugin >
45
- <groupId >org.apache.maven.plugins</groupId >
46
- <artifactId >maven-checkstyle-plugin</artifactId >
47
- <version >2.17</version >
48
- <configuration >
49
- <configLocation >../../google-checks.xml</configLocation >
50
- <consoleOutput >true</consoleOutput >
51
- <failOnViolation >true</failOnViolation >
52
- <failsOnError >true</failsOnError >
53
- </configuration >
54
- <executions >
55
- <execution ><goals ><goal >check</goal ></goals ></execution >
56
- </executions >
57
- </plugin >
58
52
<plugin >
59
53
<groupId >org.eclipse.jetty</groupId >
60
54
<artifactId >jetty-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<packaging >war</packaging >
6
6
<version >1.0-SNAPSHOT</version >
7
7
<groupId >com.example.managedvms</groupId >
8
- <artifactId >appengine-extendingruntime</artifactId >
8
+ <artifactId >managed-vms-extendingruntime</artifactId >
9
+
10
+ <parent >
11
+ <artifactId >doc-samples</artifactId >
12
+ <groupId >com.google.cloud</groupId >
13
+ <version >1.0.0</version >
14
+ <relativePath >../..</relativePath >
15
+ </parent >
16
+
9
17
<dependencies >
10
18
<dependency >
11
19
<groupId >javax.servlet</groupId >
41
49
<target >1.8</target >
42
50
</configuration >
43
51
</plugin >
44
- <plugin >
45
- <groupId >org.apache.maven.plugins</groupId >
46
- <artifactId >maven-checkstyle-plugin</artifactId >
47
- <version >2.17</version >
48
- <configuration >
49
- <configLocation >../../google-checks.xml</configLocation >
50
- <consoleOutput >true</consoleOutput >
51
- <failOnViolation >true</failOnViolation >
52
- <failsOnError >true</failsOnError >
53
- </configuration >
54
- <executions >
55
- <execution ><goals ><goal >check</goal ></goals ></execution >
56
- </executions >
57
- </plugin >
58
52
<plugin >
59
53
<groupId >org.eclipse.jetty</groupId >
60
54
<artifactId >jetty-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments