File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 105105 <plugin >
106106 <artifactId >maven-checkstyle-plugin</artifactId >
107107 <version >${checkstyle.plugin.version} </version >
108+ <configuration >
109+ <configLocation >${basedir} /config/checkstyle/checkstyle.xml</configLocation >
110+ <encoding >${project.build.sourceEncoding} </encoding >
111+ <consoleOutput >true</consoleOutput >
112+ <failsOnError >true</failsOnError >
113+ <linkXRef >false</linkXRef >
114+ <includeTestSourceDirectory >true</includeTestSourceDirectory >
115+ </configuration >
108116 <executions >
109117 <execution >
110118 <id >validate</id >
111119 <phase >validate</phase >
112- <configuration >
113- <configLocation >${basedir} /config/checkstyle/checkstyle.xml</configLocation >
114- <encoding >UTF-8</encoding >
115- <consoleOutput >true</consoleOutput >
116- <failsOnError >true</failsOnError >
117- <linkXRef >false</linkXRef >
118- <includeTestSourceDirectory >true</includeTestSourceDirectory >
119- </configuration >
120120 <goals >
121121 <goal >check</goal >
122122 </goals >
You can’t perform that action at this time.
0 commit comments