Repository: atlas Updated Branches: refs/heads/master 7bf4bf490 -> e8a777807
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/e8a77780 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/e8a77780 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/e8a77780 Branch: refs/heads/master Commit: e8a777807bebe6e35bbbbd67285408f6533dd024 Parents: 7bf4bf4 Author: Ashutosh Mestry <[email protected]> Authored: Wed Aug 8 14:51:05 2018 -0700 Committer: Ashutosh Mestry <[email protected]> Committed: Wed Aug 8 15:27:15 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/e8a77780/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>
