GitHub user sfuhrm opened a pull request: https://github.com/apache/commons-collections/pull/41
Fix checkstyle config. mvn clean checkstyle:checkstyle was failing. 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] You can merge this pull request into a Git repository by running: $ git pull https://github.com/sfuhrm/commons-collections CheckStyleMaven Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-collections/pull/41.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #41 ---- commit df3a7ef493a81441cdaac16b8c76fd4a0a782bc9 Author: Stephan Fuhrmann <s@...> Date: 2018-06-12T22:06:54Z 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] ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org