NO-JIRA Adding example to run-examples.sh
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/31baba1e Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/31baba1e Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/31baba1e Branch: refs/heads/master Commit: 31baba1e16d8ba7c5828259db24fde92cf11f587 Parents: 186bc44 Author: Clebert Suconic <[email protected]> Authored: Tue Apr 17 13:59:53 2018 -0400 Committer: Clebert Suconic <[email protected]> Committed: Tue Apr 17 15:10:15 2018 -0400 ---------------------------------------------------------------------- artemis-distribution/src/test/scripts/run-examples.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/31baba1e/artemis-distribution/src/test/scripts/run-examples.sh ---------------------------------------------------------------------- diff --git a/artemis-distribution/src/test/scripts/run-examples.sh b/artemis-distribution/src/test/scripts/run-examples.sh index cb13980..e0051c0 100755 --- a/artemis-distribution/src/test/scripts/run-examples.sh +++ b/artemis-distribution/src/test/scripts/run-examples.sh @@ -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/
