Repository: hadoop Updated Branches: refs/heads/branch-2 3895058a6 -> c328a1ef5
HADOOP-12701. Run checkstyle on test source files. Contributed by John Zhuge. (cherry picked from commit e097c9a124dc0b9ae9076994d19663f29d771ef0) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c328a1ef Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c328a1ef Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c328a1ef Branch: refs/heads/branch-2 Commit: c328a1ef5e245d17d2fb49acc59c4dfe4e81288b Parents: 3895058 Author: Andrew Wang <w...@apache.org> Authored: Fri May 6 17:20:47 2016 -0700 Committer: Andrew Wang <w...@apache.org> Committed: Fri May 6 17:21:04 2016 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c328a1ef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e4623b6..e703f9c 100644 --- a/pom.xml +++ b/pom.xml @@ -208,6 +208,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs </dependencies> <configuration> <configLocation>checkstyle/checkstyle.xml</configLocation> + <includeTestSourceDirectory>true</includeTestSourceDirectory> <failOnViolation>false</failOnViolation> <format>xml</format> <format>html</format> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org