I just just merged some changes to the test suite that QE requires for EAP (see below for a link to their requirements). As a result the manner in which the tests are run has changed slightly. 

Due to limitations in maven it is no longer possible to activate all tests using mvn install -DallTests, instead you should use either:

./build.sh install -DallTests  - To do a full build with all tests
./integration-tests.sh -DallTests - To just run all integration tests 

Running individual tests from an IDE or via mvn test -Dtest=MyTest should work as normal.

Ondej Zizka (in CC) has been the person working on these changes, so if you have any questions or comments he is the person to talk to.

Stuart

*https://docspace.corp.redhat.com/docs/DOC-74146
*https://docspace.corp.redhat.com/docs/DOC-69049 
*https://github.com/jbossas/jboss-as/pull/491