I haven't been closely following the testsuite refactor in these few weeks, so I currently don't have an exact idea on what the new params are to run the integration tests. I tried running the following from the TRUNK/testsuite/integration: mvn clean install and it did not run any tests. I had to dig into the pom.xml to check what params need to be passed to run the integration tests. Turns out I have to use: mvn clean install -Dbasic.integration.tests=true Would it be possible to somehow print out all the available options and params that need to used, when you run mvn clean install from the testsuite modules? Something like a help? P.S: Shouldn't the "mvn clean install" from testsuite/integration atleast run the basic integration tests? Or does this conflict with how Maven handles the profiles? -Jaikiran _______________________________________________ jboss-as7-dev mailing list jboss-as7-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-as7-dev