Assume the test I want to run is URLToolboxDeploymentTest. Go to the integration tests root, for ex: $BAM_PRODUCT/modules/integration/ and run the command (I use the wildcards, i.e. the asterisk since I’m too lazy to type),
mvn test -Dtest=*TestServer*,URLToolbox*
This will startup the Carbon server and execute the required integration test.