You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/03/16 09:32:26 UTC

[iotdb] 01/01: [IOTDB-1593] Fix generated files in client-py have unapproved license

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

haonan pushed a commit to branch iotdb1593
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit aa365d230209ddad42868398bfa5dd2d94a382df
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Mar 16 17:31:26 2022 +0800

    [IOTDB-1593] Fix generated files in client-py have unapproved license
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 304e12e..b58b60f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -683,6 +683,8 @@
                             <exclude>.pytest_cache/**</exclude>
                             <exclude>venv/**</exclude>
                             <exclude>apache_iotdb.egg-info/**</exclude>
+                            <exclude>**/iotdb/thrift/__init__.py</exclude>
+                            <exclude>**/iotdb/thrift/rpc/__init__.py</exclude>
                             <!-- Java SPI uses files in resources/META-INF/services-->
                             <exclude>**/resources/META-INF/services/**</exclude>
                             <!-- grafana plugin -->