git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112778 13f79535-47bb-0310-9956-ffa450edef68
77 lines
1.8 KiB
XML
77 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>junit-report Properties</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<section name="junit-report Settings">
|
|
<table>
|
|
<tr>
|
|
<th>Property</th>
|
|
<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>
|
|
<td>
|
|
<p>Default value is
|
|
<code>${basedir}/target</code>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>maven.docs.dest</td>
|
|
<td>Yes</td>
|
|
<td>
|
|
<p>Default value is
|
|
<code>${maven.build.dir}/docs</code>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>maven.docs.outputencoding</td>
|
|
<td>Yes</td>
|
|
<td>
|
|
<p>Default value is
|
|
<code>ISO-8859-1</code>.</p>
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</section>
|
|
</body>
|
|
</document> |