Repository: incubator-beam Updated Branches: refs/heads/master d02d2de09 -> 8597a3cf4
[BEAM-489] remove headerLocation from maven-checkstyle-plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7a565176 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7a565176 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7a565176 Branch: refs/heads/master Commit: 7a5651763d73ef78f5e11c95631576024ff5efac Parents: d02d2de Author: manuzhang <[email protected]> Authored: Tue Jul 26 20:05:37 2016 +0800 Committer: manuzhang <[email protected]> Committed: Tue Jul 26 20:05:37 2016 +0800 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/7a565176/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b26d238..9d4974f 100644 --- a/pom.xml +++ b/pom.xml @@ -696,7 +696,6 @@ </dependencies> <configuration> <configLocation>beam/checkstyle.xml</configLocation> - <headerLocation>beam/header-file.txt</headerLocation> <suppressionsLocation>beam/suppressions.xml</suppressionsLocation> <consoleOutput>true</consoleOutput> <failOnViolation>true</failOnViolation>
