File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1919<project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2020 xmlns =" http://maven.apache.org/POM/4.0.0"
2121 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
22-
22+
2323 <modelVersion >4.0.0</modelVersion >
2424
2525 <parent >
7373 <spring-cloud-config .version>4.1.6-SNAPSHOT</spring-cloud-config .version>
7474 <spring-cloud-bus .version>4.1.4-SNAPSHOT</spring-cloud-bus .version>
7575 <spring-cloud-contract .version>4.1.6-SNAPSHOT</spring-cloud-contract .version>
76+
77+ <maven-checkstyle-plugin .failsOnError>true</maven-checkstyle-plugin .failsOnError>
78+ <maven-checkstyle-plugin .failsOnViolation>true
79+ </maven-checkstyle-plugin .failsOnViolation>
80+ <maven-checkstyle-plugin .includeTestSourceDirectory>true
81+ </maven-checkstyle-plugin .includeTestSourceDirectory>
7682 </properties >
7783
7884 <modules >
201207 </configuration >
202208 </plugin >
203209
204-
210+ <plugin >
211+ <groupId >org.apache.maven.plugins</groupId >
212+ <artifactId >maven-checkstyle-plugin</artifactId >
213+ </plugin >
205214 <plugin >
206215 <groupId >io.spring.javaformat</groupId >
207216 <artifactId >spring-javaformat-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments