Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-3819

Include package-list when deploying javadoc

    • Type: Icon: Improvement Improvement
    • Resolution: Works as Designed
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 3.11.0
    • Component/s: Documentation
    • Labels:
      None

      I'm trying to reference MongoDB java driver classes' javadoc from my project which is done using maven-javadoc-plugin. It was working fine in v3 of the driver. Links do not show up when I upgraded to v4.

      Upon investigation, the issue seems to be v4 of the java driver docs do not have the package-list }}file. This is required by the plugin and part of the javadoc specification Only versions 3.4-3.10 have the {{package-list file (checked on https://github.com/mongodb/mongo-java-driver/find/gh-pages).

      I tried building the docs using gradle docs and the file is there so I think it's just being excluded when it's deployed to Github pages.

            Assignee:
            ross@mongodb.com Ross Lawley
            Reporter:
            djgomez23@gmail.com Daniel John Gomez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: