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 09:34:11 UTC

[flink-connector-elasticsearch] 06/06: [FLINK-25868][build] Enable japicmp for all modules

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 c0e388b1009544243614a7efe22110907277884a
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Sep 13 11:06:54 2022 +0200

     [FLINK-25868][build] Enable japicmp for all modules
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5030069..49acc98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -757,6 +757,12 @@ under the License.
 				</configuration>
 			</plugin>
 
+			<plugin>
+				<!-- activate API compatibility checks -->
+				<groupId>io.github.zentol.japicmp</groupId>
+				<artifactId>japicmp-maven-plugin</artifactId>
+			</plugin>
+
 			<plugin>
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>