Hello, Is there a way to configure a POM to run a single test during the integration-test-phase via command line?
ie, mvn verify -Dtest=MyIntegrationTest That way I can do the necessary build work in pre-integration-test to prepare to run the integration-test phase. Thanks, David
