[
https://issues.apache.org/jira/browse/MJAVADOC-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957459#comment-17957459
]
Olivier Lamy commented on MJAVADOC-45:
--------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#432|https://github.com/apache/maven-javadoc-plugin/issues/432].
> Quoted argument text must escape apostrophes
> --------------------------------------------
>
> Key: MJAVADOC-45
> URL: https://issues.apache.org/jira/browse/MJAVADOC-45
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Environment: Win2k
> Reporter: Brian S O'Neill
> Assignee: Siveton Vincent
> Priority: Minor
> Fix For: 2.0
>
>
> The default -bottom argument passed to javadoc looks like this for me:
> -bottom 'Copyright 2006 Brian S O'Neill. All Rights Reserved.'
> The apostrophe in my name is breaking the quoted string, and javadoc dies. I
> can workaround this by passing the bottom argument in pom.xml, escaping the
> apostrophe with a backslash.
> The javadoc plugin should escape all quoted arguments. It seems pretty easy,
> just change the quotedArgument method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)