File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
- distributionUrl =https://repo1 .maven.org/maven2/org/apache/maven/apache-maven/3.6.0 /apache-maven-3.6.0 -bin.zip
1
+ distributionUrl =https://repo .maven.apache. org/maven2/org/apache/maven/apache-maven/3.6.1 /apache-maven-3.6.1 -bin.zip
Original file line number Diff line number Diff line change 200
200
</argLine >
201
201
</configuration >
202
202
</plugin >
203
+ <plugin >
204
+ <groupId >org.apache.maven.plugins</groupId >
205
+ <artifactId >maven-checkstyle-plugin</artifactId >
206
+ </plugin >
203
207
</plugins >
204
208
</build >
205
209
Original file line number Diff line number Diff line change 296
296
<plugin >
297
297
<groupId >org.apache.maven.plugins</groupId >
298
298
<artifactId >maven-checkstyle-plugin</artifactId >
299
- <version >3.0.0</version >
300
- <dependencies >
301
- <dependency >
302
- <groupId >com.puppycrawl.tools</groupId >
303
- <artifactId >checkstyle</artifactId >
304
- <version >8.17</version >
305
- </dependency >
306
- </dependencies >
299
+ <version >3.1.0</version >
307
300
<executions >
308
301
<execution >
309
302
<id >checkstyle</id >
315
308
<failsOnError >true</failsOnError >
316
309
<suppressionsLocation >/dev/checkstyle/suppressions.xml</suppressionsLocation >
317
310
<headerLocation >/dev/checkstyle/fileheader.txt</headerLocation >
318
- <sourceDirectories >${project.build.sourceDirectory} </sourceDirectories >
319
311
</configuration >
320
312
<goals >
321
313
<goal >check</goal >
You can’t perform that action at this time.
0 commit comments