Repository: storm Updated Branches: refs/heads/0.10.x-branch b26429621 -> bbcae65d3
Add storm-redis to storm binary distribution Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b01a8c98 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b01a8c98 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b01a8c98 Branch: refs/heads/0.10.x-branch Commit: b01a8c98ccad2f1f339cacee91e2ab41a52a244b Parents: 285d943 Author: Jungtaek Lim <kabh...@gmail.com> Authored: Thu Jun 4 06:44:47 2015 +0900 Committer: Jungtaek Lim <kabh...@gmail.com> Committed: Thu Jun 4 06:44:47 2015 +0900 ---------------------------------------------------------------------- storm-dist/binary/src/main/assembly/binary.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/b01a8c98/storm-dist/binary/src/main/assembly/binary.xml ---------------------------------------------------------------------- diff --git a/storm-dist/binary/src/main/assembly/binary.xml b/storm-dist/binary/src/main/assembly/binary.xml index 31d8b9e..1328a8c 100644 --- a/storm-dist/binary/src/main/assembly/binary.xml +++ b/storm-dist/binary/src/main/assembly/binary.xml @@ -201,6 +201,20 @@ <include>README.*</include> </includes> </fileSet> + <fileSet> + <directory>${project.basedir}/../../external/storm-redis/target</directory> + <outputDirectory>external/storm-redis</outputDirectory> + <includes> + <include>storm*jar</include> + </includes> + </fileSet> + <fileSet> + <directory>${project.basedir}/../../external/storm-redis</directory> + <outputDirectory>external/storm-redis</outputDirectory> + <includes> + <include>README.*</include> + </includes> + </fileSet> <!-- $STORM_HOME/extlib -->