You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/01/20 23:06:28 UTC

[15/18] storm git commit: add storm-mqtt to binary distribution

add storm-mqtt to binary distribution


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/97685877
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/97685877
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/97685877

Branch: refs/heads/1.x-branch
Commit: 97685877dfef008fd4671ee6f4be676c5698585c
Parents: 8cf627d
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Jan 20 15:59:11 2016 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Jan 20 15:59:11 2016 -0500

----------------------------------------------------------------------
 storm-dist/binary/src/main/assembly/binary.xml | 22 +++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/97685877/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 b2a6104..304cc19 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -281,6 +281,28 @@
             </includes>
         </fileSet>
 
+        <fileSet>
+            <directory>${project.basedir}/../../external/storm-mqtt</directory>
+            <outputDirectory>external/storm-mqtt</outputDirectory>
+            <includes>
+                <include>README.*</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>${project.basedir}/../../external/storm-mqtt/core/target</directory>
+            <outputDirectory>external/storm-mqtt</outputDirectory>
+            <includes>
+                <include>storm*jar</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>${project.basedir}/../../external/storm-mqtt/examples/target</directory>
+            <outputDirectory>external/storm-mqtt</outputDirectory>
+            <includes>
+                <include>storm*jar</include>
+            </includes>
+        </fileSet>
+
         <!-- $STORM_HOME/extlib -->
         <fileSet>
             <directory></directory>