AVRO-2119: Run Apache Rat check on every java build
Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/a79b4366 Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/a79b4366 Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/a79b4366 Branch: refs/heads/master Commit: a79b4366305d8796aeac60bb7b68bfc86fbde804 Parents: 4165385 Author: Niels Basjes <[email protected]> Authored: Fri Dec 22 10:51:53 2017 +0100 Committer: Niels Basjes <[email protected]> Committed: Fri Dec 22 10:51:53 2017 +0100 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ pom.xml | 3 +++ 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/a79b4366/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 008e230..098e3bb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -103,6 +103,8 @@ Trunk (not yet released) AVRO-2115: Java: Permit @Union annotations on fields of classes. (Miguel Martinez-Espronceda via cutting). + AVRO-2119: Run Apache Rat check on every java build (Niels Basjes) + BUG FIXES AVRO-1741: Python3: Fix error when codec is not in the header. http://git-wip-us.apache.org/repos/asf/avro/blob/a79b4366/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index edb7d3f..5c0a8b8 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,9 @@ </profile> <profile> <id>rat</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> <build> <plugins> <plugin>
