Skip to content

Commit 3fca885

Browse files
reverting pom.xml
1 parent 7d28597 commit 3fca885

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>
@@ -73,6 +73,12 @@
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>
@@ -201,7 +207,10 @@
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>

0 commit comments

Comments
 (0)