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 01:57:41 UTC

[iotdb] branch IOTDB-1859 created (now e7716ae)

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

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


      at e7716ae  [IOTDB-1859] CI fails on coveralls caused by openapi generated files

This branch includes the following new commits:

     new e7716ae  [IOTDB-1859] CI fails on coveralls caused by openapi generated files

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by ro...@apache.org.
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 e7716ae36fd97919d745674d30e9af000159eda9
Author: Steve Yurong Su <ro...@apache.org>
AuthorDate: Tue Nov 16 09:56:56 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 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>