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 <[email protected]>
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>

Reply via email to