Repository: flume Updated Branches: refs/heads/flume-1.7 38b5b3a7e -> 1a62453e2
Add flume-shared module to assembly xmls Fixes the issue that the assembly plugin created the source package without the flume-shared project in it so maven compile failed on that. This closes #67 Reviewers: Mike Percy (Denes Arvay via Bessenyei Balázs Donát) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/1a62453e Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/1a62453e Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/1a62453e Branch: refs/heads/flume-1.7 Commit: 1a62453e2c1c5b05fa8102c9814795c163a7239d Parents: 38b5b3a Author: Denes Arvay <[email protected]> Authored: Tue Oct 11 16:23:51 2016 +0200 Committer: Bessenyei Balázs Donát <[email protected]> Committed: Tue Oct 11 17:11:33 2016 +0200 ---------------------------------------------------------------------- flume-ng-dist/src/main/assembly/bin.xml | 1 + flume-ng-dist/src/main/assembly/src.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/1a62453e/flume-ng-dist/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/src/main/assembly/bin.xml b/flume-ng-dist/src/main/assembly/bin.xml index a61180d..68814aa 100644 --- a/flume-ng-dist/src/main/assembly/bin.xml +++ b/flume-ng-dist/src/main/assembly/bin.xml @@ -69,6 +69,7 @@ <exclude>flume-ng-embedded-agent/**</exclude> <exclude>flume-tools/**</exclude> <exclude>flume-ng-auth/**</exclude> + <exclude>flume-shared/**</exclude> <exclude>**/target/**</exclude> <exclude>**/.classpath</exclude> <exclude>**/.project</exclude> http://git-wip-us.apache.org/repos/asf/flume/blob/1a62453e/flume-ng-dist/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/src/main/assembly/src.xml b/flume-ng-dist/src/main/assembly/src.xml index e5f4156..bf874ca 100644 --- a/flume-ng-dist/src/main/assembly/src.xml +++ b/flume-ng-dist/src/main/assembly/src.xml @@ -50,6 +50,7 @@ <include>org.apache.flume:flume-ng-embedded-agent</include> <include>org.apache.flume:flume-tools</include> <include>org.apache.flume:flume-ng-auth</include> + <include>org.apache.flume:flume-shared</include> </includes> <sources>
