Documented the testmatch property

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2005-06-10 20:55:01 +00:00
parent debc5fe485
commit 85c8560e3c

View File

@ -250,6 +250,15 @@ maven.test.search.classdir=true
</source>
</td>
</tr>
<tr>
<td>testmatch</td>
<td>Yes</td>
<td>
Used in test:match goal to specify the tests that should run
</td>
</tr>
</table>
</section>
</body>