From 37e2840cec57d96074a4a91fbac3a1a24a366ebd Mon Sep 17 00:00:00 2001
From: Jiri Danek <jdanek@redhat.com>
Date: Tue, 7 Jun 2016 11:16:48 +0200
Subject: [PATCH] ARTEMIS-554 include additional examples in `mvn -Pexamples
 verify`

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

diff --git a/examples/features/standard/pom.xml b/examples/features/standard/pom.xml
index b8e3ce5420..aa7a1d7abe 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-->
diff --git a/examples/protocols/pom.xml b/examples/protocols/pom.xml
index c7e4012225..5e97a0a948 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>