Skip to content

Commit

Permalink
pom.xml: fixes and todo/questions in reporting/maven-checkstyle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Feb 4, 2020
1 parent ec17589 commit f92d8be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -1979,9 +1979,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<!-- TODO: unify with other checkstyle setup in pluginManagement? -->
<version>${checkstyle.version}</version>
<configuration>
<configLocation>midpoint-build/checkstyle.xml</configLocation>
<configLocation>${maven.multiModuleProjectDirectory}/build-system/checkstyle-configs/checkstyle.xml</configLocation>
<!-- TODO: what about suppressions? without them and with failsOnError true it must fail, or not? -->
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
Expand Down

0 comments on commit f92d8be

Please sign in to comment.