Commits
md_5 authored 7d6cc20111c
205 205 | <profile> |
206 206 | <id>development</id> |
207 207 | <properties> |
208 208 | <skipTests>false</skipTests> |
209 209 | </properties> |
210 210 | <build> |
211 211 | <plugins> |
212 212 | <plugin> |
213 213 | <groupId>org.apache.maven.plugins</groupId> |
214 214 | <artifactId>maven-checkstyle-plugin</artifactId> |
215 - | <version>3.3.1</version> |
215 + | <version>3.6.0</version> |
216 216 | <executions> |
217 217 | <execution> |
218 218 | <phase>process-classes</phase> |
219 219 | <goals> |
220 220 | <goal>check</goal> |
221 221 | </goals> |
222 222 | </execution> |
223 223 | </executions> |
224 224 | <configuration> |
225 225 | <configLocation>checkstyle.xml</configLocation> |