Repository: maven-surefire Updated Branches: refs/heads/master c594ac4c4 -> e27b51e90
[SUREFIRE-1448] Clarified specifying multiple categories for JUnit Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/e27b51e9 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/e27b51e9 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/e27b51e9 Branch: refs/heads/master Commit: e27b51e909e8efcc34415a8342901a53a078700c Parents: c594ac4 Author: Clay Anderson <[email protected]> Authored: Wed Nov 8 21:07:47 2017 -0700 Committer: Tibor17 <[email protected]> Committed: Thu Nov 30 21:17:30 2017 +0100 ---------------------------------------------------------------------- maven-surefire-plugin/src/site/apt/examples/junit.apt.vm | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/e27b51e9/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm b/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm index c5c1734..8fe635a 100644 --- a/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm +++ b/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm @@ -297,6 +297,9 @@ else +---+ The <<<@Category>>> annotation can also be applied at class-level. + + Multiple categories can be specified by comma-delimiting them in the <<<groups>>> parameter in which case tests annotated with + any of the categories will be executed. For more information on JUnit, see the {{{http://www.junit.org}JUnit web site}}.
