[
https://issues.apache.org/jira/browse/MJAVADOC-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957516#comment-17957516
]
Olivier Lamy commented on MJAVADOC-130:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#553|https://github.com/apache/maven-javadoc-plugin/issues/553].
> Inproper Handling of Tag Definitions
> ------------------------------------
>
> Key: MJAVADOC-130
> URL: https://issues.apache.org/jira/browse/MJAVADOC-130
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Affects Versions: 2.2
> Environment: JDK 1.5.0_12, Win32
> Reporter: Benjamin Bentmann
> Assignee: Siveton Vincent
> Priority: Minor
> Fix For: 2.3
>
>
> Consider the following POM snippet for the Javadoc plugin:
> <tags>
> <tag>
> <name>generatorClass</name>
> <head>Generator Class:</head>
> <placement>t</placement>
> </tag>
> <tag>
> <name>version</name>
> </tag>
> <tags>
> This leads to the following contents of the options file passed to javadoc:
> -tag
> "generatorClass:t:'Generator Class:'"
> instead of
> -tag
> generatorClass:t:"Generator Class:"
> -tag
> version
> The single quotation marks produced by the plugin will make it into the
> generated HTML output which is not intended. Likewise, specifying the version
> tag should allow to reorder the standard tags but the plugin will simply drop
> the setting because no further tag option is provided:
> A tag option is empty. Ignore this option.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)