This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new 35f5eaa Put XML example for "includes" inside its pre tag 35f5eaa is described below commit 35f5eaa169455b18fcc76adee9aacf22f92d11b8 Author: otaconix <stefanhetzwaan...@gmail.com> AuthorDate: Wed May 13 19:07:30 2020 +0200 Put XML example for "includes" inside its pre tag Somehow, the example code found its way outside of the <pre><code></code></pre> block. This commit fixes that. --- .../src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java index b958f92..4d47596 100644 --- a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java +++ b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java @@ -196,10 +196,9 @@ public class SurefirePlugin * <include> entries.<br> * Since 2.19 a complex syntax is supported in one parameter (JUnit 4, JUnit 4.7+, TestNG): * <pre><code> - * - * </code></pre> * {@literal <include>}%regex[.*[Cat|Dog].*], Basic????, !Unstable*{@literal </include>} * {@literal <include>}%regex[.*[Cat|Dog].*], !%regex[pkg.*Slow.*.class], pkg{@literal /}**{@literal /}*Fast*.java{@literal </include>} + * </code></pre> * <br> * This parameter is ignored if the TestNG {@code suiteXmlFiles} parameter is specified.<br> * <br>