From 87a7a830d67b762f004cfb4034463b366fab966d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Elek?= Date: Mon, 3 Jun 2019 08:28:44 +0200 Subject: [PATCH] HDDS-1629. Tar file creation can be optional for non-dist builds. Contributed by Elek, Marton. --- hadoop-ozone/dist/pom.xml | 49 +++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 18 deletions(-) diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml index 046f89c346c06..855fab8eb2153 100644 --- a/hadoop-ozone/dist/pom.xml +++ b/hadoop-ozone/dist/pom.xml @@ -225,24 +225,6 @@ - - tar-ozone - package - - exec - - - ${shell-executable} - ${project.build.directory} - - - ${basedir}/dev-support/bin/dist-tar-stitching - - ${hdds.version} - ${project.build.directory} - - -