NO-JIRA Adding example to run-examples.sh

This commit is contained in:
Clebert Suconic 2018-04-17 13:59:53 -04:00
parent 186bc4464c
commit 31baba1e16
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ cd $ARTEMIS_HOME/examples/protocols/openwire/
cd queue; mvn verify; cd ..
cd message-listener; mvn verify; cd ..
cd message-recovery; mvn verify; cd ..
cd virtual-topic-mapping; mvn verify; cd ..
cd $ARTEMIS_HOME/examples/protocols/stomp/