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 2021/06/16 08:05:53 UTC

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

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

haonan 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 1a45de6  revert 'cleanup generated files in client-py after post-integration-test'
1a45de6 is described below

commit 1a45de6578a8497847db55c1a43d7c51e03e6f4e
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Jun 16 16:03:39 2021 +0800

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

diff --git a/client-py/pom.xml b/client-py/pom.xml
index 151c99b..c2ca20b 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>