You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/22 11:50:46 UTC

[jira] [Commented] (MJAVADOC-368) Can not use a comma (,) in option additionalparam

    [ https://issues.apache.org/jira/browse/MJAVADOC-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15067941#comment-15067941 ] 

ASF GitHub Bot commented on MJAVADOC-368:
-----------------------------------------

GitHub user boillodmanuel opened a pull request:

    https://github.com/apache/maven-plugins/pull/75

    Fix "Can not use a comma (,) in option additionalparam"

    PR for https://issues.apache.org/jira/browse/MJAVADOC-368

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/restlet/maven-plugins trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-plugins/pull/75.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #75
    
----
commit d6b6da9e83217755efb0b441e89e4e016e1bce9e
Author: Manuel Boillod <bo...@users.noreply.github.com>
Date:   2015-12-22T10:46:13Z

    Fix "Can not use a comma (,) in option additionalparam"
    
    Fix https://issues.apache.org/jira/browse/MJAVADOC-368

----


> Can not use a comma (,) in option additionalparam
> -------------------------------------------------
>
>                 Key: MJAVADOC-368
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-368
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.9
>            Reporter: Andy Schönemann
>
> I would like to set an additional parameter for javadoc like
> {{<additionalparam>-header &apos;A,B&apos;</additionalparam>}}
> But this is not possible! Every comma here separates the string into different parameters. So I'm not able to set parameters including commas.
> Furthermore, the options name is {{additionalparam}} and NOT {{additionalparamS}}. So it should not be possible to set multiple parameters here.
> I also tried 
> {{<additionalparam>-header &apos;A&#44;B&apos;</additionalparam>}}
> but this doesn't work either.
> [Plugin documentation|http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#additionalparam] 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)