MPPLUGIN-33: Allow plugin-test directory to be changed

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@292059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-09-27 21:58:53 +00:00
parent 28ddca032f
commit 9d0f4f21cc
5 changed files with 43 additions and 3 deletions

View File

@@ -31,6 +31,16 @@
<th>Optional?</th>
<th>Description</th>
</tr>
<tr>
<td>maven.plugin.test.dir</td>
<td>Yes</td>
<td>
The directory that contains the project descriptor for
running the plugin tests. This should be relative to
<code>${basedir}</code>.
Default is <code>src/plugin-test</code>.
</td>
</tr>
<tr>
<td>maven.docs.src</td>
<td>Yes</td>