[jboss-as7-dev] Testsuite modules - Print out the available options/params that are required for running the tests?

Jaikiran Pai jpai at redhat.com
Tue Nov 1 10:25:17 EDT 2011


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


More information about the jboss-as7-dev mailing list