You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2021/11/12 02:18:39 UTC

[iotdb] 01/01: [IOTDB-1859] CI fails on coveralls caused by openapi generated files

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

rong pushed a commit to branch IOTDB-1859
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 1f5c06d35537db7f4fb0f7072412038eccfdd20c
Author: Steve Yurong Su <ro...@apache.org>
AuthorDate: Fri Nov 12 10:17:52 2021 +0800

    [IOTDB-1859] CI fails on coveralls caused by openapi generated files
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ff7da57..486fe0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -729,6 +729,7 @@
                         <sourceDirectory>thrift/target/generated-sources/thrift</sourceDirectory>
                         <sourceDirectory>thrift-sync/target/generated-sources/thrift</sourceDirectory>
                         <sourceDirectory>thrift-cluster/target/generated-sources/thrift</sourceDirectory>
+                        <sourceDirectory>openapi/target/generated-sources/java</sourceDirectory>
                         <sourceDirectory>spark-iotdb-connector/src/main/scala</sourceDirectory>
                         <sourceDirectory>spark-tsfile/src/main/scala</sourceDirectory>
                     </sourceDirectories>