Note:This goal should be used as a Maven report.
Full name:
de.smartics.maven.plugin:apidoc-maven-plugin:0.2.0:apidoc-report
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
additionalSources | String | 1.0 | Specifies additional root directories of source files to consider. Please note that source file archives found at the same location as the class file archives are automatically visible. The source archive is required to have the suffix -sources in front of the extension and only jar- and zip-archives are supported. |
additionalparam | String | 1.0 | Set an additional parameter(s) on the command line. This value should include quotes as necessary for parameters that include spaces. |
doclet | String | 1.0 | The doclet to use to listen to errors, warnings and issues. Default value is: com.sun.tools.doclets.standard.Standard. |
excludes | String | 1.0 | Specifies the names filter of the source and class files to be excluded from the report. |
includes | String | 1.0 | Specifies the names filter of the source and class files to be included in the report. Default value is: **. |
locale | String | 1.0 | The locale to use regardless of the report. This should be set to the locale the Javadoc comment is written in. If not set, the Maven provided locale is used. |
logLevel | String | 1.0 | Specifies the log level used for this plugin. Allowed values are SEVERE, WARNING, INFO and FINEST. |
messageFilter | List | 1.0 | The list of message fragments that are used to filter messages. If a message contains a fragment found in the list, it will be suppressed. |
noticeMessagesRendered | boolean | 1.0 | The flag that indicates if notice messages should be rendered in the report (true) or if only error and warn messages are rendered ( false). Default value is: false. |
reportSetId | String | 1.0 | The report set to watch for additional parameters. This is useful if you want to include the additional parameters of the maven-javadoc-plugin to be used in this analysis. Please note that only those additionalparam elements are used that provide an id that starts with the character sequence "apidoc". Default value is: default. |
skip | boolean | 1.0 | A simple flag to skip the generation of the reports. If set on the command line use -Dapidoc.skip. Default value is: false. |
sourceEncoding | String | 1.0 | Specifies the encoding the sources will be read. Default value is: UTF-8. |
sourceVersion | String | 1.0 | Specifies the encoding the sources will be read. Default value is: 1.5. |
xrefLocation | String | 1.0 | The location the XRef report is rendered to, relative to the site directory. Default value is: xref. |
Allowed values are SEVERE, WARNING, INFO and FINEST.
skip: