File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ before_script:
38
38
before_script :
39
39
- _JAVA_OPTIONS=
40
40
script :
41
- - mvn clean test verify checkstyle:check findbugs:check forbiddenapis:check -B
41
+ # separate due to #1288
42
+ - mvn clean test verify -B && mvn checkstyle:check findbugs:check forbiddenapis:check -B
42
43
43
44
after_success :
44
45
# deploy snapshot artifacts to sonatype and if tagged deploy the release to maven central
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 144
144
<artifactId >maven-checkstyle-plugin</artifactId >
145
145
<version >2.17</version >
146
146
<configuration >
147
- <configLocation >checkstyle.xml</configLocation >
147
+ <configLocation >core/files/ checkstyle.xml</configLocation >
148
148
<failsOnError >true</failsOnError >
149
149
<consoleOutput >true</consoleOutput >
150
150
<linkXRef >false</linkXRef >
158
158
<configuration >
159
159
<maxRank >4</maxRank >
160
160
<failOnError >true</failOnError >
161
- <excludeFilterFile >findbugs-exclude.xml</excludeFilterFile >
161
+ <excludeFilterFile >core/files/ findbugs-exclude.xml</excludeFilterFile >
162
162
</configuration >
163
163
</plugin >
164
164
<plugin >
You can’t perform that action at this time.
0 commit comments