Moving (integration) tests to Maven integration-test phase
by Alessio Soldano
Folks,
while working on fixing an issue related to JBWS-3210, I've moved the
jbossws-cxf testsuites executions from the "test" maven phase to the
"integration-test" phase (which btw is where those tests should have
belonged to since the beginning, given they really are integration tests).
So, to run the testsuites you should now use something like:
> mvn -Ptestsuite,jbossXYZ -DjbossXYZ.home=... integration-test
Documentation update coming soon, as well the same changes on Native
stack (requires the Native stack build to be changed for supporting
Maven 3 first).
Cheers
Alessio
--
Alessio Soldano
Web Service Lead, JBoss
13 years, 11 months