Document all valid values for maven.junit.format

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@392601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-04-08 20:30:29 +00:00
parent 4c294d8554
commit cf48e52568

View File

@ -101,7 +101,8 @@ maven.junit.jvmargs=-Xmx160m -verbose]]></source>
<td>Yes</td> <td>Yes</td>
<td> <td>
Specifies the formatter to use for output to the console. Specifies the formatter to use for output to the console.
Defaults to <code>brief</code>, but can also be <code>plain</code>. Can be <code>xml</code>, <code>brief</code> or <code>plain</code>.
Defaults to <code>brief</code>.
</td> </td>
</tr> </tr>
<tr> <tr>