You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/13 14:00:48 UTC

[flink-connector-elasticsearch] 01/06: [hotfix][build] Rat ignores japicmp output

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git

commit 86decf0f5326559b236e391aa245adf95ae334b4
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Sep 13 12:09:57 2022 +0200

    [hotfix][build] Rat ignores japicmp output
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 49acc98..0a840e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -830,6 +830,7 @@ under the License.
 						<!-- Build files -->
 						<exclude>**/*.iml</exclude>
 						<!-- Generated content -->
+						<exclude>tools/japicmp-output/**</exclude>
 						<exclude>out/**</exclude>
 						<exclude>**/target/**</exclude>
 						<exclude>docs/layouts/shortcodes/generated/**</exclude>