File tree 7 files changed +19
-34
lines changed
7 files changed +19
-34
lines changed Original file line number Diff line number Diff line change 7
7
<name >GCloud Java core</name >
8
8
<url >https://github.com/GoogleCloudPlatform/gcloud-java</url >
9
9
<description >
10
- Java idiomatic client for Google Cloud Platform services .
10
+ Core module for the gcloud-java .
11
11
</description >
12
12
<parent >
13
13
<groupId >com.google.gcloud</groupId >
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<name >GCloud Java datastore</name >
8
8
<url >https://github.com/GoogleCloudPlatform/gcloud-java</url >
9
+ <description >
10
+ Java idiomatic client for Google Cloud Datastore.
11
+ </description >
9
12
<parent >
10
13
<groupId >com.google.gcloud</groupId >
11
14
<artifactId >gcloud-java-pom</artifactId >
Original file line number Diff line number Diff line change 21
21
<version >${project.version} </version >
22
22
</dependency >
23
23
</dependencies >
24
- <build >
25
- <plugins >
26
- <plugin >
27
- <groupId >org.apache.maven.plugins</groupId >
28
- <artifactId >maven-site-plugin</artifactId >
29
- <version >3.1</version >
30
- <configuration >
31
- <skip >true</skip >
32
- <skipDeploy >true</skipDeploy >
33
- </configuration >
34
- </plugin >
35
- </plugins >
36
- </build >
37
24
</project >
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<name >GCloud Java storage</name >
8
8
<url >https://github.com/GoogleCloudPlatform/gcloud-java</url >
9
+ <description >
10
+ Java idiomatic client for Google Cloud Storage.
11
+ </description >
9
12
<parent >
10
13
<groupId >com.google.gcloud</groupId >
11
14
<artifactId >gcloud-java-pom</artifactId >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.gcloud</groupId >
5
5
<artifactId >gcloud-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <name >GCloud Java assembly </name >
7
+ <name >GCloud Java</name >
8
8
<url >https://github.com/GoogleCloudPlatform/gcloud-java</url >
9
9
<description >
10
10
Java idiomatic client for Google Cloud Platform services.
31
31
<version >${project.version} </version >
32
32
</dependency >
33
33
</dependencies >
34
- <build >
35
- <plugins >
36
- <plugin >
37
- <groupId >org.apache.maven.plugins</groupId >
38
- <artifactId >maven-site-plugin</artifactId >
39
- <version >3.1</version >
40
- <configuration >
41
- <skip >true</skip >
42
- <skipDeploy >true</skipDeploy >
43
- </configuration >
44
- </plugin >
45
- </plugins >
46
- </build >
47
34
</project >
Original file line number Diff line number Diff line change 203
203
<groupId >org.eluder.coveralls</groupId >
204
204
<artifactId >coveralls-maven-plugin</artifactId >
205
205
<version >3.0.1</version >
206
+ <configuration >
207
+ <coberturaReports >
208
+ <coberturaReport >${basedir} /target/coverage.xml</coberturaReport >
209
+ </coberturaReports >
210
+ </configuration >
206
211
</plugin >
207
212
<plugin >
208
213
<groupId >org.codehaus.mojo</groupId >
209
214
<artifactId >cobertura-maven-plugin</artifactId >
210
215
<version >2.6</version >
211
216
<configuration >
217
+ <outputDirectory >${basedir} /target</outputDirectory >
212
218
<formats >
213
219
<format >xml</format >
214
220
<format >html</format >
223
229
<exclude >com/google/gcloud/examples/**/*.class</exclude >
224
230
</excludes >
225
231
</instrumentation >
226
- <check />
227
232
<maxmem >256m</maxmem >
228
233
</configuration >
229
234
</plugin >
259
264
<reportSet >
260
265
<reports >
261
266
<report >index</report >
267
+ <report >dependency-info</report >
262
268
<report >dependencies</report >
269
+ <report >dependency-convergence</report >
263
270
<report >project-team</report >
264
271
<report >mailing-list</report >
265
272
<report >cim</report >
266
273
<report >issue-tracking</report >
267
274
<report >license</report >
268
275
<report >scm</report >
276
+ <report >dependency-management</report >
269
277
<report >distribution-management</report >
270
278
<report >summary</report >
279
+ <report >modules</report >
271
280
</reports >
272
281
</reportSet >
273
282
</reportSets >
282
291
<groupId >org.apache.maven.plugins</groupId >
283
292
<artifactId >maven-dependency-plugin</artifactId >
284
293
<version >2.10</version >
285
- <configuration >
286
- <aggregate >true</aggregate >
287
- <outputDirectory >${project.build.directory} /dependencies</outputDirectory >
288
- </configuration >
289
294
</plugin >
290
295
<plugin >
291
296
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 25
25
<version />
26
26
<body >
27
27
<menu ref =" parent" inherit =" top" />
28
- <menu ref =" modules" inherit =" top" />
28
+ <!-- < menu ref="modules" inherit="top" /> -- >
29
29
<menu ref =" reports" inherit =" top" />
30
30
</body >
31
31
</project >
You can’t perform that action at this time.
0 commit comments