You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2017/03/21 20:38:01 UTC

[5/6] flink git commit: [FLINK-6056] [build] Add rat exclude for 'tools/flink*'

[FLINK-6056] [build] Add rat exclude for 'tools/flink*'

This closes #3540


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/96ec6559
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/96ec6559
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/96ec6559

Branch: refs/heads/master
Commit: 96ec65592ca0c1f4da144a2fd8f418a05aff488a
Parents: 52d3e4d
Author: Jinkui Shi <sh...@huawei.com>
Authored: Wed Mar 15 16:05:20 2017 +0800
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue Mar 21 21:37:21 2017 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/96ec6559/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 538aa4b..5fba16c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -938,6 +938,7 @@ under the License.
 						<exclude>build-target/**</exclude>
 						<!-- Tools: watchdog -->
 						<exclude>tools/artifacts/**</exclude>
+						<exclude>tools/flink*/**</exclude>
 						<!-- PyCharm -->
 						<exclude>**/.idea/**</exclude>
 					</excludes>