Uploaded image for project: 'Maven Javadoc Plugin'
  1. Maven Javadoc Plugin
  2. MJAVADOC-385

Fix documentation of <additionalDependencies> feature

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.9.1
    • 2.10.4
    • None
    • None

    Description

      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:

      $ 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
      

      Attachments

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              stephan202 Stephan Schroevers
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: