o Cleanup properties

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding 2003-03-20 21:03:07 +00:00
parent 7cbeb94f01
commit d1fc481eb6
2 changed files with 10 additions and 40 deletions

View File

@ -5,12 +5,7 @@
# -------------------------------------------------------------------
maven.build.dir = ${basedir}/target
maven.linkcheck.cache=${maven.build.dir}/linkcheck/linkcheck.cache
maven.docs.dest = ${maven.build.dir}/docs
maven.docs.outputencoding = ISO-8859-1
maven.linkcheck.cache=${maven.build.dir}/linkcheck/linkcheck.cache

View File

@ -13,39 +13,6 @@
<th>Optional?</th>
<th>Description</th>
</tr>
<tr>
<td>maven.linkcheck.enable</td>
<td>Yes</td>
<td>If defined, the report is enabled
<p>Default value is
<code>undefined</code>.</p>
</td>
</tr>
<tr>
<td>maven.conf.dir</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${basedir}/conf</code>.</p>
</td>
</tr>
<tr>
<td>maven.gen.docs</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${maven.build.dir}/generated-xdocs</code>.</p>
</td>
</tr>
<tr>
<td>maven.docs.src</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${basedir}/xdocs</code>.</p>
</td>
</tr>
<tr>
<td>maven.build.dir</td>
<td>Yes</td>
@ -70,6 +37,14 @@
<code>ISO-8859-1</code>.</p>
</td>
</tr>
<tr>
<td>maven.linkcheck.cache</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${maven.build.dir}/linkcheck/linkcheck.cache</code>.</p>
</td>
</tr>
</table>
</section>