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

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


The following commit(s) were added to refs/heads/ranger-2.2 by this push:
     new 3da2dee  RANGER-3212: Fix packaging for Java Client
3da2dee is described below

commit 3da2dee2d98c21f67565dcd01fa2a899aee9cc5b
Author: Abhishek Kumar <[email protected]>
AuthorDate: Tue Apr 6 19:32:48 2021 -0400

    RANGER-3212: Fix packaging for Java Client
    
    Signed-off-by: Sailaja Polavarapu <[email protected]>
---
 distro/src/main/assembly/sample-client.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distro/src/main/assembly/sample-client.xml 
b/distro/src/main/assembly/sample-client.xml
index bd79d8e..c788513 100644
--- a/distro/src/main/assembly/sample-client.xml
+++ b/distro/src/main/assembly/sample-client.xml
@@ -20,8 +20,8 @@
     <formats>
         <format>tar.gz</format>
     </formats>
-    
<baseDirectory>${project.name}-${project.version}-sample-client</baseDirectory>
-    <includeBaseDirectory>false</includeBaseDirectory>
+    
<baseDirectory>${project.parent.name}-${project.version}-sample-client</baseDirectory>
+    <includeBaseDirectory>true</includeBaseDirectory>
     <moduleSets>
         <moduleSet>
             <useAllReactorProjects>true</useAllReactorProjects>

Reply via email to