If the Project contains lots of subproject and the final project result is a Big EAR package. I think the integration-test is to put the ear package into jboss or other app server to do the test thing lots of environment variable for example: database connection parameter, the domain url, the SOA service url are different with the unit test.
but the integration-test is hard to perform because of the environment difficult. I can see the maven-war-plugin have the war:run mojo binding with the integration-test , Is there any best practice who can make smooth and productive integration-test in their project, can you share with me ?
