This allows developers to use good old HTML (and some WYSIWYG tool) to edit & maintain documentation and get it included in the same site documentation as all the xdoc stuff git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113056 13f79535-47bb-0310-9956-ffa450edef68
35 lines
977 B
XML
35 lines
977 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Html2XDoc Properties</title>
|
|
<author email="jstrachan@apache.org">James Strachan</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Html2XDoc Settings">
|
|
<table>
|
|
<tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
|
|
<tr>
|
|
<td>maven.html2xdoc.dir</td>
|
|
<td>Yes (default=xdoc)</td>
|
|
<td>
|
|
Specifies the directory containing HTML documents which will be
|
|
turned into xdoc XML documents in the
|
|
<code>target/generated-xdoc</code> directory
|
|
ready for use by the xdoc plugin.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>maven.html2xdoc.jsl</td>
|
|
<td>Yes</td>
|
|
<td>
|
|
Allows the JSL stylesheet to be specified to perform some custom
|
|
HTML to XDoc transformation.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
</body>
|
|
</document>
|