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:
parent
949d747373
commit
8f9e66fbf0
1
pom.xml
1
pom.xml
|
@ -573,6 +573,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
|
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
|
||||||
<enableRulesSummary>false</enableRulesSummary>
|
<enableRulesSummary>false</enableRulesSummary>
|
||||||
|
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue