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 <ches...@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>

Reply via email to