Fix checkstyle config. Error was: [ERROR] Failed to execute

goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle
 (default-cli) on project commons-collections4: An error has occurred in
 Checkstyle report generation.: Failed during checkstyle execution:
Failed
 during checkstyle configuration: unable to parse configuration stream:
 Property ${checkstyle.suppressions.file} has not been set -> [Help 1].
Closes #41.
This commit is contained in:
Stephan Fuhrmann 2018-06-12 16:14:12 -06:00 committed by Gary Gregory
parent 949d747373
commit 8f9e66fbf0
1 changed files with 1 additions and 0 deletions

View File

@ -573,6 +573,7 @@
<configuration>
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
</configuration>
</plugin>
<plugin>