git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
22 lines
575 B
XML
22 lines
575 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven Javadoc Plug-in</title>
|
|
<author email="jason@zenplex.com">Jason van Zyl</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Maven Javadoc Plug-in">
|
|
<p>
|
|
This plug-in provides your basic Javadoc reporting via the
|
|
<code>javadoc</code> goal as described <a href="goals.html">here</a>.
|
|
</p>
|
|
<p>
|
|
The properties that allow you to customize the execution of
|
|
java are documented <a href="properties.html">here</a>.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|