This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new 0f6f09009 RANGER-4018: excluded binary/generated files from src
packagin
0f6f09009 is described below
commit 0f6f09009ebbff6238bf76eeece49a215e95c274
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Dec 15 16:38:53 2022 -0800
RANGER-4018: excluded binary/generated files from src packagin
---
distro/src/main/assembly/ranger-src.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/distro/src/main/assembly/ranger-src.xml
b/distro/src/main/assembly/ranger-src.xml
index f361b2eba..87915d374 100644
--- a/distro/src/main/assembly/ranger-src.xml
+++ b/distro/src/main/assembly/ranger-src.xml
@@ -54,6 +54,10 @@
<exclude>**/debugfiles.list</exclude>
<exclude>**/debuglinks.list</exclude>
<exclude>**/debugsources.list</exclude>
+ <exclude>dev-support/ranger-docker/downloads/**</exclude>
+ <exclude>dev-support/ranger-docker/dist/**</exclude>
+ <exclude>intg/src/main/python/dist/**</exclude>
+
<exclude>security-admin/src/main/webapp/react-webapp/dist/**</exclude>
</excludes>
</fileSet>
</fileSets>