Repository: sentry Updated Branches: refs/heads/branch-2.0 c1ca5b22b -> 3be134bd0
SENTRY-2086 - Sentry distribution source does not build due to missing modules. Colm O hEigeartaigh, reviewed by Sergio Pena. (cherry picked from commit 344be54e8d057eae60e86a001bae10b5d15a448c) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/3be134bd Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/3be134bd Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/3be134bd Branch: refs/heads/branch-2.0 Commit: 3be134bd006cddcfd15abc2f79e4939b5b30a356 Parents: c1ca5b2 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Dec 4 17:35:48 2017 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Dec 4 17:36:57 2017 +0000 ---------------------------------------------------------------------- sentry-dist/src/main/assembly/src.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/3be134bd/sentry-dist/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/sentry-dist/src/main/assembly/src.xml b/sentry-dist/src/main/assembly/src.xml index c730c58..e84ed54 100644 --- a/sentry-dist/src/main/assembly/src.xml +++ b/sentry-dist/src/main/assembly/src.xml @@ -52,6 +52,7 @@ <include>LICENSE*</include> <include>NOTICE*</include> <include>README*</include> + <include>build-tools/**</include> <include>dev-support/**</include> <include>sentry-binding/**</include> <include>sentry-core/**</include> @@ -61,6 +62,7 @@ <include>sentry-tests/**</include> <include>sentry-hdfs/**</include> <include>sentry-solr/**</include> + <include>sentry-tools/**</include> </includes> <outputDirectory>/</outputDirectory> </fileSet>
