optionally footer section and corrects the copyright symbol. Thanks Martin. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112962 13f79535-47bb-0310-9956-ffa450edef68
46 lines
1.5 KiB
XML
46 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven XDoc Plug-in</title>
|
|
<author email="jason@zenplex.com">Jason van Zyl</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Maven XDoc Plug-in">
|
|
<p>
|
|
This plug-in provides the primary mechanism that is used to produce
|
|
the Maven documentation.
|
|
</p>
|
|
<p>
|
|
The documentation is mainly in <code>Anakia</code> format. More information
|
|
along with samples, can be found at:
|
|
<ul>
|
|
<li>
|
|
<a href="http://jakarta.apache.org/site/jakarta-site-tags.html">the tags defined</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://jakarta.apache.org/site/jakarta-site-tags-example.html">examples of the tags</a>
|
|
</li>
|
|
</ul>
|
|
</p>
|
|
<p>
|
|
There is addition to the anakia format. You can use the <code>footer</code> tag for including
|
|
text or images just below the navigation menu and above the copyright notice.
|
|
This tag is only usefull in the navigation.xml file.<br/>
|
|
Here is an example : <br/>
|
|
<source><![CDATA[
|
|
<!-- footer will be placed above the (c) -->
|
|
<footer>
|
|
<A href="http://sourceforge.net/projects/ctecl">
|
|
<IMG src="http://sourceforge.net/sflogo.php?group_id=72748" border="0" alt="sf logo"/>
|
|
</A>
|
|
</footer>
|
|
]]></source>
|
|
<br/>
|
|
The footer should be placed within the body element.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|