Skip to content

Commit

Permalink
Remove more details about Maven 2 and old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and michael-o committed May 30, 2023
1 parent 315d3e8 commit 669cb09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Expand Up @@ -76,7 +76,7 @@ mvn -DforkCount=0 verify
+---+
#{end}

Then all you need to do is debug Maven itself. Since Maven 2.0.8, Maven ships with a <<<mvnDebug>>> shell script that you can
Then all you need to do is debug Maven itself. Maven ships with a <<<mvnDebug>>> shell script that you can
use to launch Maven with convenient debugging options:

#{if}(${project.artifactId}=="maven-surefire-plugin")
Expand Down
Expand Up @@ -403,12 +403,3 @@ public class TestSuite {
therefore the threads will encounter race conditions when setting
properties, e.g. <<<baseDir>>>, which may lead to changing system properties
and unexpected runtime behaviour.

* Known issues and limitations

* <<<$\{surefire.forkNumber\}>>> propagation is not supported on Maven 2.x
(the variable will be resolved to null value all the time)

* <<<$\{surefire.forkNumber\}>>> is properly propagated within <<<workingDirectory>>>
since ${project.artifactId}:2.19, more details in
{{{https://issues.apache.org/jira/browse/SUREFIRE-1136}SUREFIRE-1136}}

0 comments on commit 669cb09

Please sign in to comment.