File tree 3 files changed +41
-5
lines changed
serviceaccount-appengine-sample
3 files changed +41
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project >
3
+
4
+ <parent >
5
+ <artifactId >doc-samples</artifactId >
6
+ <groupId >com.google.cloud</groupId >
7
+ <version >1.0.0</version >
8
+ <relativePath >../..</relativePath >
9
+ </parent >
10
+
11
+
3
12
<modelVersion >4.0.0</modelVersion >
4
13
<groupId >com.google.apis-samples</groupId >
5
14
<artifactId >storage-cmd-line-sample</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"
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
+
4
5
<parent >
5
- <groupId >com.google</groupId >
6
- <artifactId >google</artifactId >
7
- <version >5</version >
6
+ <artifactId >doc-samples</artifactId >
7
+ <groupId >com.google.cloud</groupId >
8
+ <version >1.0.0</version >
9
+ <relativePath >../..</relativePath >
8
10
</parent >
11
+
9
12
<groupId >com.google.apis-samples</groupId >
10
13
<artifactId >serviceaccounts-appengine-sample</artifactId >
11
14
<version >1.0.0</version >
108
111
</plugins >
109
112
</build >
110
113
<dependencies >
111
-
114
+
112
115
<!-- Google App Engine SDK -->
113
116
<dependency >
114
117
<groupId >com.google.appengine</groupId >
115
118
<artifactId >appengine-api-1.0-sdk</artifactId >
116
119
<version >${project.appengine.version} </version >
117
120
</dependency >
118
-
121
+
119
122
<dependency >
120
123
<groupId >com.google.api-client</groupId >
121
124
<artifactId >google-api-client-appengine</artifactId >
Original file line number Diff line number Diff line change 22
22
<module >taskqueue/deferred</module >
23
23
<module >unittests</module >
24
24
<module >bigquery</module >
25
+ <module >cloud-storage/xml-api/cmdline-sample</module >
26
+ <module >cloud-storage/xml-api/serviceaccount-appengine-sample</module >
25
27
</modules >
26
28
29
+ <build >
30
+ <plugins >
31
+ <plugin >
32
+ <groupId >org.apache.maven.plugins</groupId >
33
+ <artifactId >maven-checkstyle-plugin</artifactId >
34
+ <version >2.9.1</version >
35
+ <executions >
36
+ <execution >
37
+ <id >checkstyle</id >
38
+ <phase >validate</phase >
39
+ <goals >
40
+ <goal >check</goal >
41
+ </goals >
42
+ <configuration >
43
+ <failOnViolation >true</failOnViolation >
44
+ </configuration >
45
+ </execution >
46
+ </executions >
47
+ </plugin >
48
+ </plugins >
49
+ </build >
50
+
27
51
<dependencyManagement >
28
52
<dependencies >
29
53
<!-- Compile/runtime dependencies -->
You can’t perform that action at this time.
0 commit comments