[
https://issues.apache.org/jira/browse/MJAVADOC-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957748#comment-17957748
]
Olivier Lamy commented on MJAVADOC-385:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#699|https://github.com/apache/maven-javadoc-plugin/issues/699].
> Fix documentation of <additionalDependencies> feature
> -----------------------------------------------------
>
> Key: MJAVADOC-385
> URL: https://issues.apache.org/jira/browse/MJAVADOC-385
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Affects Versions: 2.9.1
> Reporter: Stephan Schroevers
> Assignee: Michael Osipov
> Priority: Major
> 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
(v8.20.10#820010)