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

madhan pushed a commit to branch ranger-2.4
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.4 by this push:
     new 2db33795f RANGER-4018: excluded binary/generated files from src 
packagin
2db33795f is described below

commit 2db33795f8b363755d83cab0c40693143f0b9dcf
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Dec 15 16:38:53 2022 -0800

    RANGER-4018: excluded binary/generated files from src packagin
    
    (cherry picked from commit 0f6f09009ebbff6238bf76eeece49a215e95c274)
---
 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>

Reply via email to