You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/03/25 08:50:42 UTC

[flink-statefun] 03/05: [FLINK-16722] Exclude venv from the rat plugin

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

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

commit 290ee8f6bb5a76949cceb37a216ff04af7b2b4d4
Author: Igal Shilman <ig...@gmail.com>
AuthorDate: Mon Mar 23 12:33:45 2020 +0100

    [FLINK-16722] Exclude venv from the rat plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cc4cd73..25478f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@ under the License.
                         <!-- Bundled license files -->
                         <exclude>**/LICENSE*</exclude>
                         <!-- Python venv -->
-                        <exclude>statefun-python-sdk/venv/**</exclude>
+                        <exclude>**/venv/**</exclude>
                     </excludes>
                 </configuration>
             </plugin>