Update documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@332354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a44f732cf8
commit
ea19d8a402
@ -42,8 +42,7 @@
|
||||
|
||||
<j:set var="srcdir" value="${maven.html2xdoc.dir}"/>
|
||||
<j:if test="${empty(srcdir)}">
|
||||
<!-- FIXME? Should be maven.docs.src -->
|
||||
<j:set var="srcdir" value="${basedir}/xdocs"/>
|
||||
<j:set var="srcdir" value="${maven.docs.src}"/>
|
||||
</j:if>
|
||||
|
||||
<j:set var="outputencoding" value="${maven.docs.outputencoding}"/>
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.4-SNAPSHOT" date="In SVN">
|
||||
<action dev="ltheussl" type="update">Update documentation.</action>
|
||||
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
||||
<ul>
|
||||
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
||||
|
||||
@ -45,10 +45,13 @@
|
||||
are documented <a href="properties.html">here</a>.
|
||||
</p>
|
||||
<p>
|
||||
To enable HTML to xdoc conversion add the following to your maven.xml
|
||||
To enable HTML to xdoc conversion, either set the
|
||||
<code>maven.html2xdoc.enabled</code>
|
||||
<a href="properties.html">property</a>,
|
||||
or add the following to your <code>maven.xml</code>:
|
||||
</p>
|
||||
<source>
|
||||
<preGoal name="xdoc:jelly-transform">
|
||||
<preGoal name="xdoc:init">
|
||||
<attainGoal name="html2xdoc"/>
|
||||
</preGoal>
|
||||
</source>
|
||||
|
||||
@ -30,11 +30,11 @@
|
||||
<tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
|
||||
<tr>
|
||||
<td>maven.html2xdoc.dir</td>
|
||||
<td>Yes (default=xdoc)</td>
|
||||
<td>Yes (default=<code>${maven.docs.src}</code>)</td>
|
||||
<td>
|
||||
Specifies the directory containing HTML documents which will be
|
||||
turned into xdoc XML documents in the
|
||||
<code>target/generated-xdoc</code> directory
|
||||
<code>target/generated-xdoc</code> directory
|
||||
ready for use by the xdoc plugin.
|
||||
</td>
|
||||
</tr>
|
||||
@ -47,6 +47,7 @@
|
||||
to produce its output as if it's a normal part of the site.
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
<td>maven.html2xdoc.jsl</td>
|
||||
<td>Yes</td>
|
||||
@ -55,6 +56,7 @@
|
||||
HTML to XDoc transformation.
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
</table>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user