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 07:53:17 UTC

[iotdb] branch IOTDB-1859 updated: [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


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

commit b2f9f4b439937f2e55cd6e8a08821a7eecc2ea28
Author: Steve Yurong Su <ro...@apache.org>
AuthorDate: Fri Nov 12 15:52:38 2021 +0800

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

diff --git a/pom.xml b/pom.xml
index 486fe0c..522a678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -729,7 +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>openapi/target/generated-sources/java/src/main/java</sourceDirectory>
                         <sourceDirectory>spark-iotdb-connector/src/main/scala</sourceDirectory>
                         <sourceDirectory>spark-tsfile/src/main/scala</sourceDirectory>
                     </sourceDirectories>