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 16fb554 [IOTDB-1859] CI fails on coveralls caused by openapi
generated files (#4370)
16fb554 is described below
commit 16fb554709dc6e52807c64d9216e58d6e444fa70
Author: Steve Yurong Su <[email protected]>
AuthorDate: Fri Nov 12 15:59:51 2021 +0800
[IOTDB-1859] CI fails on coveralls caused by openapi generated files (#4370)
---
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>