| Property | Optional? | Description |
| maven.javadoc.author |
Yes |
Specifies whether or not the @author text is
included in the generated Javadocs. The default value is
true.
|
| maven.javadoc.destdir |
Yes |
The destination directory for all of the generated
Javadocs. The default value is
${maven.docs.dest}/apidocs.
|
| maven.javadoc.doctitle |
Yes |
Specifies the document title to use for the generated
Javadocs. The default value is ${maven.name}
${maven.currentVersion} API. ${maven.name}
and ${maven.currentVersion} expand to values obtained
from the project descriptor.
|
| maven.javadoc.private |
Yes |
Specifies whether or not all classes and members are
included in the generated Javadocs. The default value is
false.
|
| maven.javadoc.maxmemory |
Yes |
Specifies the maximum Java heap size to be used when launching
the javadoc executable. Some JVMs refer to this property as
the -Xmx parameter.
|
| maven.javadoc.source |
Yes |
Specifies the version of the jdk in use. See
the
ant javadoc task documentation for more detail.
|
| maven.javadoc.use |
Yes |
Specifies whether or not a "use" page is generated for
each class and member. The default value is
true.
|
| maven.javadoc.version |
Yes |
Specifies whether or not the @version text is
included in the generated Javadocs. The default value is
true.
|
| maven.javadoc.windowtitle |
Yes |
Specifies the window title to use for the generated
Javadocs. The default value is ${maven.name}
${maven.currentVersion} API. ${maven.name}
and ${maven.currentVersion} expand to values obtained
from the project descriptor.
|