Repository: maven-surefire Updated Branches: refs/heads/master dbc4f5b2d -> 5a079a277
[SUREFIRE] improvde site documentation Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/5a079a27 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/5a079a27 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/5a079a27 Branch: refs/heads/master Commit: 5a079a277a2d19346e82715514dfe4817cd6b629 Parents: dbc4f5b Author: Tibor17 <tibo...@lycos.com> Authored: Mon Oct 5 01:22:41 2015 +0200 Committer: Tibor17 <tibo...@lycos.com> Committed: Mon Oct 5 01:22:41 2015 +0200 ---------------------------------------------------------------------- .../src/site/apt/examples/inclusion-exclusion.apt.vm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5a079a27/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm b/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm index f670786..6a21dca 100644 --- a/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm +++ b/maven-surefire-plugin/src/site/apt/examples/inclusion-exclusion.apt.vm @@ -175,8 +175,8 @@ Inclusions and Exclusions of Tests [...] +---+ - This syntax can be used in parameters: test, includes, excludes, includesFile, excludesFile. - Exclamation mark (!) excludes tests. The syntax in excludes and excludesFile should not use (!). The character (?) - within non-regex pattern replaces one character in file name or path. The file extensions are not mandatory in - non-regex patterns, and packages with slash can be used. The regex validates fully qualified class file. + This syntax can be used in parameters: <<<test>>>, <<<includes>>>, <<<excludes>>>, <<<includesFile>>>, <<<excludesFile>>>. + Exclamation mark (!) excludes tests. The syntax in parameter <<<excludes>>> and <<<excludesFile>>> should not use (!). + The character (?) within non-regex pattern replaces one character in file name or path. The file extensions are not + mandatory in non-regex patterns, and packages with slash can be used. The regex validates fully qualified class file. The regex supports '.class' file extension only. Note the regex comments, marked by (#) character, are unsupported.