ARTEMIS-756 Adding cdi into run-examples.sh

This commit is contained in:
Clebert Suconic 2016-10-24 16:12:01 -04:00
parent bcc90d3f3c
commit f9d73c58eb
1 changed files with 1 additions and 0 deletions

View File

@ -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 ..