Martin Burger created SUREFIRE-838: -------------------------------------- Summary: Specifying groups configuration option does not automatically make surefire select the junit47 provider Key: SUREFIRE-838 URL: https://jira.codehaus.org/browse/SUREFIRE-838 Project: Maven Surefire Issue Type: Bug Components: Junit 4.7+ (parallel) support Affects Versions: 2.12 Reporter: Martin Burger
I am trying to use JUnit categories to execute a selected set of unit tests. For that purpose, I added the groups configuration option. However, when I execute mvn test, all tests are executed. Only after I manually specified surefire-junit47 as provider, Surefire takes groups into account. Thus, it seems that Surefire does not select the junit47 provider automatically. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira