You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2018/09/25 12:09:45 UTC

[flink] branch master updated: [FLINK-10416] Added files generated by jepsen tests to rat excludes.

This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 85f4277  [FLINK-10416] Added files generated by jepsen tests to rat excludes.
85f4277 is described below

commit 85f42770ea1c694139ffe84432d0070b20bdef7d
Author: Dawid Wysakowicz <wy...@gmail.com>
AuthorDate: Tue Sep 25 14:09:36 2018 +0200

    [FLINK-10416] Added files generated by jepsen tests to rat excludes.
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6f26635..75f4b96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1166,6 +1166,10 @@ under the License.
 						<exclude>**/.idea/**</exclude>
 						<!-- Generated code via Avro -->
 						<exclude>flink-end-to-end-tests/flink-confluent-schema-registry/src/main/java/example/avro/**</exclude>
+						<!-- Files generated by jepsen tests -->
+						<exclude>flink-jepsen/store/**</exclude>
+						<exclude>flink-jepsen/docker/id_rsa*</exclude>
+						<exclude>flink-jepsen/docker/nodes</exclude>
 					</excludes>
 				</configuration>
 			</plugin>