You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/05/26 02:10:25 UTC

[flink] branch release-1.11 updated: [FLINK-17395][python] (followups) Don't remove the dist directory during clean

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

dianfu pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 0285cb7  [FLINK-17395][python] (followups) Don't remove the dist directory during clean
0285cb7 is described below

commit 0285cb7db39b5f9ba4aeb6cd3848cab6db04a333
Author: Dian Fu <di...@apache.org>
AuthorDate: Mon May 25 19:36:29 2020 +0800

    [FLINK-17395][python] (followups) Don't remove the dist directory during clean
---
 flink-python/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-python/pom.xml b/flink-python/pom.xml
index 32a80b9..6d9c577 100644
--- a/flink-python/pom.xml
+++ b/flink-python/pom.xml
@@ -271,7 +271,6 @@ under the License.
 								<delete file="${project.basedir}/lib/pyflink.zip"/>
 								<delete dir="${project.basedir}/target"/>
 								<delete dir="${project.basedir}/build"/>
-								<delete dir="${project.basedir}/dist"/>
 								<delete dir="${project.basedir}/apache_flink.egg-info"/>
 							</target>
 						</configuration>