In project with Unit tests (surefire) and integration tests (failsafe) would like ability to run single test of either variety ------------------------------------------------------------------------------------------------------------------------------
Key: SUREFIRE-759 URL: https://jira.codehaus.org/browse/SUREFIRE-759 Project: Maven Surefire Issue Type: New Feature Components: Maven Failsafe Plugin, Maven Surefire Plugin Affects Versions: 2.9 Reporter: Steve Cohen In project with both plugins specified, would like a way to run a single test, whether it's an integration test or a unit test. I find I can either use -Dtest= and run one unit test and all integration tests or -Dit.test= and run one integration test and all unit tests. Would be nice if this could be integrated into a single plugin or at least have a unified syntax enabling the running of one and only one test of either type. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira