File tree Expand file tree Collapse file tree 3 files changed +17
-37
lines changed
cloud-storage/xml-api/serviceaccount-appengine-sample Expand file tree Collapse file tree 3 files changed +17
-37
lines changed Original file line number Diff line number Diff line change 53
53
<webappDirectory >${webappDirectory} </webappDirectory >
54
54
</configuration >
55
55
</plugin >
56
- <plugin >
57
- <artifactId >maven-checkstyle-plugin</artifactId >
58
- <version >2.6</version >
59
- <configuration >
60
- <configLocation >../checkstyle.xml</configLocation >
61
- <consoleOutput >true</consoleOutput >
62
- <failOnViolation >false</failOnViolation >
63
- </configuration >
64
- <executions >
65
- <execution >
66
- <goals >
67
- <goal >check</goal >
68
- </goals >
69
- </execution >
70
- </executions >
71
- </plugin >
72
56
<plugin >
73
57
<groupId >org.codehaus.mojo</groupId >
74
58
<artifactId >findbugs-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 29
29
<build >
30
30
<plugins >
31
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 >
32
+ <groupId >org.apache.maven.plugins</groupId >
33
+ <artifactId >maven-checkstyle-plugin</artifactId >
34
+ <version >2.15 </version >
35
+ < configuration >
36
+ <configLocation >config/sun_checks.xml</ configLocation >
37
+ < consoleOutput >true</ consoleOutput >
38
+ < failOnViolation >false</ failOnViolation >
39
+ </ configuration >
40
+ < executions >
41
+ < execution >
42
+ < goals >
43
+ < goal >check</ goal >
44
+ </ goals >
45
+ </execution >
46
+ </executions >
47
+ </plugin >
48
48
</plugins >
49
49
</build >
50
50
Original file line number Diff line number Diff line change 20
20
<appengine .app.version>1</appengine .app.version>
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
</properties >
23
-
24
- <prerequisites >
25
- <maven >3.1.0</maven >
26
- </prerequisites >
27
-
23
+
28
24
<dependencies >
29
25
<!-- Compile/runtime dependencies -->
30
26
<dependency >
You can’t perform that action at this time.
0 commit comments