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/09/28 20:38:15 UTC

[11/11] storm git commit: SQE: move storm-sqe to the bottom of the module list since it does not compile

SQE: move storm-sqe to the bottom of the module list since it does not compile


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

Branch: refs/heads/sqe_import
Commit: 622a80ab715b8361c4d2674e26b5c44fdb0d119a
Parents: 7409c91
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Sep 28 16:31:42 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Sep 28 16:31:42 2016 -0400

----------------------------------------------------------------------
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/622a80ab/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 713e17a..5955bc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@
         <module>external/storm-kinesis</module>
         <module>external/storm-druid</module>
         <module>external/storm-submit-tools</module>
-        <module>external/storm-sqe</module>
+
 
         <!-- examples -->
         <module>examples/storm-starter</module>
@@ -334,6 +334,10 @@
         <module>examples/storm-hive-examples</module>
         <module>examples/storm-elasticsearch-examples</module>
         <module>examples/storm-mqtt-examples</module>
+
+
+        <!-- temorarily at the bottom of the build chain until compillation is fixed -->
+        <module>external/storm-sqe</module>
     </modules>
 
     <dependencies>