Repository: flume Updated Branches: refs/heads/trunk bb0eba0b2 -> 05feab49b
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/05feab49 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/05feab49 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/05feab49 Branch: refs/heads/trunk Commit: 05feab49bc75522cb76e906dbb88aef8e5c71584 Parents: bb0eba0 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:18:18 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/05feab49/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/05feab49/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>
