You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/06/07 14:39:03 UTC

[2/2] activemq-artemis git commit: ARTEMIS-554 include additional examples in `mvn -Pexamples verify`

ARTEMIS-554 include additional examples in `mvn -Pexamples verify`


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/37e2840c
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/37e2840c
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/37e2840c

Branch: refs/heads/master
Commit: 37e2840cec57d96074a4a91fbac3a1a24a366ebd
Parents: b4ff38e
Author: Jiri Danek <jd...@redhat.com>
Authored: Tue Jun 7 11:16:48 2016 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jun 7 10:38:47 2016 -0400

----------------------------------------------------------------------
 examples/features/standard/pom.xml | 7 +------
 examples/protocols/pom.xml         | 1 +
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/37e2840c/examples/features/standard/pom.xml
----------------------------------------------------------------------
diff --git a/examples/features/standard/pom.xml b/examples/features/standard/pom.xml
index b8e3ce5..aa7a1d7 100644
--- a/examples/features/standard/pom.xml
+++ b/examples/features/standard/pom.xml
@@ -146,12 +146,7 @@ under the License.
             <module>security-ldap</module>
             <module>send-acknowledgements</module>
             <module>spring-integration</module>
-
-            <!-- ARTEMIS-197 FIX ME
-                 this one could be the case of leaving it out for good
-                 as it may require to be run manually
-            <module>ssl-enabled</module> -->
-
+            <module>ssl-enabled</module>
             <module>static-selector</module>
 
             <!--this needs to be run standalone as it needs manual intervention-->

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/37e2840c/examples/protocols/pom.xml
----------------------------------------------------------------------
diff --git a/examples/protocols/pom.xml b/examples/protocols/pom.xml
index c7e4012..5e97a0a 100644
--- a/examples/protocols/pom.xml
+++ b/examples/protocols/pom.xml
@@ -50,6 +50,7 @@ under the License.
             <module>amqp</module>
             <module>mqtt</module>
             <module>stomp</module>
+            <module>openwire</module>
          </modules>
       </profile>
       <profile>