Repository: parquet-mr Updated Branches: refs/heads/master c6764c4a0 -> b80b1844e
PARQUET-1197: Log rat failures Author: Gabor Szadovszky <[email protected]> Closes #451 from gszadovszky/PARQUET-1197 and squashes the following commits: 79d443f [Gabor Szadovszky] PARQUET-1197: Log rat failures Project: http://git-wip-us.apache.org/repos/asf/parquet-mr/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-mr/commit/b80b1844 Tree: http://git-wip-us.apache.org/repos/asf/parquet-mr/tree/b80b1844 Diff: http://git-wip-us.apache.org/repos/asf/parquet-mr/diff/b80b1844 Branch: refs/heads/master Commit: b80b1844edf0074ecfc915b506eb60b4f0b8704d Parents: c6764c4 Author: Gabor Szadovszky <[email protected]> Authored: Thu Jan 18 14:39:32 2018 +0100 Committer: Zoltan Ivanfi <[email protected]> Committed: Thu Jan 18 14:39:32 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/b80b1844/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 05e3e47..7ebd864 100644 --- a/pom.xml +++ b/pom.xml @@ -450,6 +450,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <version>0.12</version> <executions> <execution> <phase>test</phase> @@ -459,6 +460,7 @@ </execution> </executions> <configuration> + <consoleOutput>true</consoleOutput> <excludes> <exclude>**/*.parquet</exclude> <exclude>**/*.avro</exclude>
