ATLAS-2801: Fix for tools directory absent in tar.gz Signed-off-by: Ashutosh Mestry <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/de8f3326 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/de8f3326 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/de8f3326 Branch: refs/heads/branch-1.0 Commit: de8f3326d2afd010ac01170b7443f32219231f0a Parents: a49cf6c Author: Ashutosh Mestry <[email protected]> Authored: Wed Aug 8 14:51:05 2018 -0700 Committer: Ashutosh Mestry <[email protected]> Committed: Thu Nov 1 15:42:59 2018 -0700 ---------------------------------------------------------------------- distro/src/main/assemblies/atlas-server-package.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/de8f3326/distro/src/main/assemblies/atlas-server-package.xml ---------------------------------------------------------------------- diff --git a/distro/src/main/assemblies/atlas-server-package.xml b/distro/src/main/assemblies/atlas-server-package.xml index 867313e..1121644 100755 --- a/distro/src/main/assemblies/atlas-server-package.xml +++ b/distro/src/main/assemblies/atlas-server-package.xml @@ -92,6 +92,17 @@ </fileSet> <fileSet> + <directory>../tools</directory> + <outputDirectory>tools</outputDirectory> + <fileMode>0755</fileMode> + <directoryMode>0755</directoryMode> + <excludes> + <exclude>*</exclude> + <exclude>**/**</exclude> + </excludes> + </fileSet> + + <fileSet> <directory>../tools/atlas-migration-exporter/src/main/resources</directory> <outputDirectory>tools/migration-exporter</outputDirectory> <includes>
