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:04:33 UTC

[iotdb] branch rel/0.12 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 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 f089d84  cleanup generated files in client-py after post-integration-test
f089d84 is described below

commit f089d8459e0a193afb4db1505331eca3520080f6
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 1f7a458..f5aaedf 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>