GitHub user szaboferee opened a pull request: https://github.com/apache/flume/pull/232
FLUME-3280 Improve maven build to help code reviews by adding static ⦠â¦code analyzer Adding spotbugs, pmd to the build. moving flume-checkstyle to a new build-support module that contains any future build tool configuration. Fixed some trivial checkstyle issues. Updated apache parent version and maven plugin versions. Added maxAllowedViolations so this commit could contain only the new checks and not any code change. Did some cleanup in the pom files. You can merge this pull request into a Git repository by running: $ git pull https://github.com/szaboferee/flume build_support Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/232.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 #232 ---- commit 1b897c8c13f405bf57f13e3e341b818fc389cb66 Author: Ferenc Szabó <fszabo@...> Date: 2018-11-06T16:32:40Z FLUME-3280 Improve maven build to help code reviews by adding static code analyzer Adding spotbugs, pmd to the build. moving flume-checkstyle to a new build-support module that contains any future build tool configuration. Fixed some trivial checkstyle issues. Updated apache parent version and maven plugin versions. Added maxAllowedViolations so this commit could contain only the new checks and not any code change. Did some cleanup in the pom files. ---- ---