You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sp...@apache.org on 2021/04/08 15:26:48 UTC

[ranger] branch master updated: RANGER-3212: Fix packaging for Java Client

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

spolavarapu 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 89a803d  RANGER-3212: Fix packaging for Java Client
89a803d is described below

commit 89a803d94f6e05ca65f69a269299d3e0dd6e709d
Author: Abhishek Kumar <ab...@cloudera.com>
AuthorDate: Tue Apr 6 19:32:48 2021 -0400

    RANGER-3212: Fix packaging for Java Client
    
    Signed-off-by: Sailaja Polavarapu <sp...@cloudera.com>
---
 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>