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/16 02:07:08 UTC

[iotdb] branch master updated: [IOTDB-1859] CI fails on coveralls caused by openapi generated files (#4392)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c06ed22  [IOTDB-1859] CI fails on coveralls caused by openapi generated files (#4392)
c06ed22 is described below

commit c06ed22782ec107c03c8fc0c7e8c524665890f4f
Author: Steve Yurong Su <ro...@apache.org>
AuthorDate: Tue Nov 16 10:04:29 2021 +0800

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

diff --git a/pom.xml b/pom.xml
index 522a678..6286eef 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/src/gen/java</sourceDirectory>
                         <sourceDirectory>openapi/target/generated-sources/java/src/main/java</sourceDirectory>
                         <sourceDirectory>spark-iotdb-connector/src/main/scala</sourceDirectory>
                         <sourceDirectory>spark-tsfile/src/main/scala</sourceDirectory>