From e140a450465c903217c73942f1d9200ea7f27570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elek=2C=20M=C3=A1rton?= Date: Tue, 4 Jun 2019 08:20:45 +0200 Subject: [PATCH] HDDS-1629. Tar file creation can be optional for non-dist builds. Contributed by Elek, Marton. (#887) --- 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 046f89c346..855fab8eb2 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} - - -