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 <[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>