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

[jira] [Closed] (MJAVADOC-385) Fix documentation of feature

     [ https://issues.apache.org/jira/browse/MJAVADOC-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MJAVADOC-385.
-----------------------------------
    Resolution: Fixed

Fixed with [r1720965|http://svn.apache.org/r1720965].

> Fix documentation of <additionalDependencies> feature
> -----------------------------------------------------
>
>                 Key: MJAVADOC-385
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-385
>             Project: Maven Javadoc Plugin
>          Issue Type: Documentation
>    Affects Versions: 2.9.1
>            Reporter: Stephan Schroevers
>            Assignee: Michael Osipov
>             Fix For: 2.10.4
>
>
> The feature introduced with MJAVADOC-322 had a typo. Code-wise, this was fixed in MJAVADOC-334. However, the documentation on the website still has the typo. So when I copy-pasted it, it didn't work...
> Anyway, the documentation can be fixed as follows: 
> {noformat}
> $ find . -type f -print0 | xargs -0 sed -i 's,additionnal,additional,g'
> $ mv ./src/site/apt/examples/additionnal-dependencies.apt.vm ./src/site/apt/examples/additional-dependencies.apt.vm
> $ mv ./src/it/additionnal-dependencies-non-aggregate ./src/it/additional-dependencies-non-aggregate
> $ mv ./src/it/additionnal-dependencies ./src/it/additional-dependencies
> {noformat}



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