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:38 UTC

[iotdb] branch IOTDB-1859 created (now 1f5c06d)

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 1f5c06d  [IOTDB-1859] CI fails on coveralls caused by openapi generated files

This branch includes the following new commits:

     new 1f5c06d  [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 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>