Repository: flume Updated Branches: refs/heads/trunk 3a22cd4d8 -> bb5e374df
FLUME-2977 Upgrade RAT to 0.12 Git ignored files are not checked anymore. Files with licence error are logged to the console which is more accessable during development than opening the report file Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/bb5e374d Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/bb5e374d Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/bb5e374d Branch: refs/heads/trunk Commit: bb5e374dfc0664af3310ef042b5fcddc13856484 Parents: 3a22cd4 Author: Attila Simon <[email protected]> Authored: Tue Aug 28 14:24:45 2018 +0200 Committer: Ferenc Szabo <[email protected]> Committed: Tue Aug 28 14:24:45 2018 +0200 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/bb5e374d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 597ea43..8cda41a 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ limitations under the License. <netty.version>3.10.6.Final</netty.version> <netty-all.version>4.1.17.Final</netty-all.version> <protobuf.version>2.5.0</protobuf.version> - <rat.version>0.11</rat.version> + <rat.version>0.12</rat.version> <snappy-java.version>1.1.4</snappy-java.version> <solr-global.version>4.3.0</solr-global.version> <slf4j.version>1.6.1</slf4j.version> @@ -971,6 +971,7 @@ limitations under the License. <exclude>**/derby.log</exclude> <exclude>**/metastore_db/</exclude> </excludes> + <consoleOutput>true</consoleOutput> </configuration> </execution> </executions>
