You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/06/16 14:03:42 UTC

[iotdb] branch rel/0.12 updated: revert clean generated codes in client-py module

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

hxd pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new ada66cd  revert clean generated codes in client-py module
ada66cd is described below

commit ada66cda0f68d1efba91aa5e07662875b7482759
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Wed Jun 16 22:03:15 2021 +0800

    revert clean generated codes in client-py module
---
 client-py/pom.xml | 9 ---------
 pom.xml           | 1 +
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/client-py/pom.xml b/client-py/pom.xml
index f5aaedf..1f7a458 100644
--- a/client-py/pom.xml
+++ b/client-py/pom.xml
@@ -68,15 +68,6 @@
                         </fileset>
                     </filesets>
                 </configuration>
-                <executions>
-                    <execution>
-                        <id>clean_generated_files_in_python</id>
-                        <phase>post-integration-test</phase>
-                        <goals>
-                            <goal>clean</goal>
-                        </goals>
-                    </execution>
-                </executions>
             </plugin>
             <!-- fill thrift folder -->
             <plugin>
diff --git a/pom.xml b/pom.xml
index e201544..859301d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -613,6 +613,7 @@
                             <exclude>.pytest_cache/**</exclude>
                             <exclude>venv/**</exclude>
                             <exclude>apache_iotdb.egg-info/**</exclude>
+                            <exclude>client-py/iotdb/thrift/**</exclude>
                         </excludes>
                     </configuration>
                 </plugin>