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/15 14:07:09 UTC

[iotdb] branch master updated: cleanup generated files in client-py after post-integration-test

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

hxd 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 d07284a  cleanup generated files in client-py after post-integration-test
d07284a is described below

commit d07284ac9c0313e8d46b4a0b282d994fbe098694
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Jun 15 22:03:55 2021 +0800

    cleanup generated files in client-py after post-integration-test
---
 client-py/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/client-py/pom.xml b/client-py/pom.xml
index c2ca20b..151c99b 100644
--- a/client-py/pom.xml
+++ b/client-py/pom.xml
@@ -68,6 +68,15 @@
                         </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>