Sijie Guo created BOOKKEEPER-881:
------------------------------------
Summary: upgrade surefire plugin to 2.19
Key: BOOKKEEPER-881
URL: https://issues.apache.org/jira/browse/BOOKKEEPER-881
Project: Bookkeeper
Issue Type: Improvement
Reporter: Sijie Guo
Assignee: Sijie Guo
Priority: Minor
surefire 2.19 plugin provides running tests with multiple formats in one
{code}
mvn "-Dtest=???Test, !Unstable*, pkg/**/Ci*leTest.java,
*Test#test*One+testTwo?????, #fast*+slowTest" test
mvn "-Dtest=Basic*, !%regex[.*.Unstable.*],
!%regex[.*.MyTest.class#one.*|two.*], %regex[#fast.*|slow.*]" test
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)