Repository: parquet-format Updated Branches: refs/heads/master 6e5b78d6d -> 9fef1d834
PARQUET-1197: Log rat failures Author: Gabor Szadovszky <[email protected]> Closes #80 from gszadovszky/PARQUET-1197 and squashes the following commits: c97db9d [Gabor Szadovszky] PARQUET-1197: Log rat failures Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/9fef1d83 Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/9fef1d83 Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/9fef1d83 Branch: refs/heads/master Commit: 9fef1d8343219b9fe0590bfbbb189033744796b1 Parents: 6e5b78d Author: Gabor Szadovszky <[email protected]> Authored: Thu Jan 18 17:05:11 2018 +0100 Committer: Zoltan Ivanfi <[email protected]> Committed: Thu Jan 18 17:05:11 2018 +0100 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/9fef1d83/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 19d8537..1bb0f35 100644 --- a/pom.xml +++ b/pom.xml @@ -170,6 +170,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <version>0.12</version> <executions> <execution> <phase>test</phase> @@ -179,6 +180,7 @@ </execution> </executions> <configuration> + <consoleOutput>true</consoleOutput> <excludes> <exclude>**/*.avro</exclude> <exclude>**/*.avsc</exclude>
