You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2016/10/25 13:19:34 UTC

[19/33] activemq-artemis git commit: ARTEMIS-756 Adding cdi into run-examples.sh

ARTEMIS-756 Adding cdi into 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/f9d73c58
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/f9d73c58
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/f9d73c58

Branch: refs/heads/ARTEMIS-780
Commit: f9d73c58eb3c3075d336f83a7e62ddd24b42bef8
Parents: bcc90d3
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Oct 24 16:12:01 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Oct 24 16:14:24 2016 -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/f9d73c58/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 428e6f0..f025c12 100755
--- a/artemis-distribution/src/test/scripts/run-examples.sh
+++ b/artemis-distribution/src/test/scripts/run-examples.sh
@@ -33,6 +33,7 @@ cd $ARTEMIS_HOME/examples/features/standard/
 cd bridge; mvn verify; cd ..
 cd bridge; mvn verify; cd ..
 cd browser; mvn verify; cd ..
+cd cdi; mvn verify; cd ..
 cd client-kickoff; mvn verify; cd ..
 cd consumer-rate-limit; mvn verify; cd ..
 cd dead-letter; mvn verify; cd ..