Repository: flink Updated Branches: refs/heads/release-1.2 7251a4ca9 -> 7ff59fe7b
[hotfix] RAT - Exclude test snapshots Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7ff59fe7 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7ff59fe7 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7ff59fe7 Branch: refs/heads/release-1.2 Commit: 7ff59fe7bfde0f537db0cefe0f94225c8a8d807b Parents: 7251a4c Author: zentol <ches...@apache.org> Authored: Mon Jan 2 15:29:56 2017 +0100 Committer: zentol <ches...@apache.org> Committed: Fri Jan 6 17:01:15 2017 +0100 ---------------------------------------------------------------------- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/7ff59fe7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f16aa6..cdb4e2d 100644 --- a/pom.xml +++ b/pom.xml @@ -877,6 +877,23 @@ under the License. <exclude>flink-connectors/flink-avro/src/test/resources/avro/*.avsc</exclude> <exclude>out/test/flink-avro/avro/user.avsc</exclude> <exclude>flink-libraries/flink-table/src/test/scala/resources/*.out</exclude> + + <!-- snapshots --> + <exclude>flink-connectors/flink-connector-kafka-base/src/test/resources/kafka-consumer-migration-test-flink1.1-snapshot</exclude> + <exclude>flink-connectors/flink-connector-kafka-base/src/test/resources/kafka-consumer-migration-test-flink1.1-snapshot-empty-state</exclude> + <exclude>flink-fs-tests/src/test/resources/monitoring-function-migration-test-1482144479339-flink1.1-snapshot</exclude> + <exclude>flink-fs-tests/src/test/resources/reader-migration-test-flink1.1-snapshot</exclude> + <exclude>flink-streaming-java/src/test/resources/win-op-migration-test-accum-aligned-flink1.1-snapshot</exclude> + <exclude>flink-streaming-java/src/test/resources/win-op-migration-test-aggr-aligned-flink1.1-snapshot</exclude> + <exclude>flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.1-snapshot</exclude> + <exclude>flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.1-snapshot</exclude> + <exclude>flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.1-snapshot</exclude> + <exclude>flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.1-snapshot</exclude> + <exclude>flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.1-snapshot</exclude> + <exclude>flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.1-snapshot</exclude> + <exclude>flink-tests/src/test/resources/stateful-udf-migration-itcase-flink1.1-savepoint</exclude> + <exclude>flink-tests/src/test/resources/stateful-udf-migration-itcase-flink1.1-savepoint-rocksdb</exclude> + <!-- TweetInputFormat Test Data--> <exclude>flink-contrib/flink-tweet-inputformat/src/main/resources/HashTagTweetSample.json</exclude> <exclude>flink-connectors/flink-avro/src/test/resources/testdata.avro</exclude>