Stevo Slavic created SUREFIRE-1013:
--------------------------------------

             Summary: Fix typo, forkCount instead of forkMode on fork options 
examples page
                 Key: SUREFIRE-1013
                 URL: https://jira.codehaus.org/browse/SUREFIRE-1013
             Project: Maven Surefire
          Issue Type: Task
          Components: documentation
    Affects Versions: 2.15
            Reporter: Stevo Slavic
            Priority: Trivial


In paragraph 
http://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html#Forked_Test_Execution

there is sentence:
{noformat}
forkMode=1/reuseForks=false executes each test class in its own JVM process, 
one after another.
{noformat}

Instead it should be
{noformat}
forkCount=1/reuseForks=false executes each test class in its own JVM process, 
one after another.
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to