[
https://jira.codehaus.org/browse/MJAVADOC-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=364897#comment-364897
]
Alex Beggs commented on MJAVADOC-385:
-------------------------------------
This should be corrected as we used the example and thankfully I noticed that
the spelling looked strange. But others may not be as lucky.
> Fix documentation of <additionalDependencies> feature
> -----------------------------------------------------
>
> Key: MJAVADOC-385
> URL: https://jira.codehaus.org/browse/MJAVADOC-385
> Project: Maven Javadoc Plugin
> Issue Type: Bug
> Affects Versions: 2.9.1
> Reporter: Stephan Schroevers
>
> 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.1.6#6162)