javadoc.io icon indicating copy to clipboard operation
javadoc.io copied to clipboard

Support Jitpack.io

Open micycle1 opened this issue 3 years ago • 0 comments

(From https://jitpack.io/docs/#javadoc-publishing):

  • For a single module project, if it produces a javadoc.jar then you can browse the javadoc files directly at:

    • https://jitpack.io/com/github/USER/REPO/VERSION/javadoc/ or
    • https://jitpack.io/com/github/USER/REPO/latest/javadoc/ (latest release tag)
  • For a multi module project, the artifacts are published under com.github.USER.REPO:MODULE:VERSION, where MODULE is the artifact id of the module (not necessarily the same as the directory it lives in)

  • Javadocs for a multi-module project follow the same convention, i.e.

    • https://jitpack.io/com/github/USER/REPO/MODULE/VERSION/javadoc/

micycle1 avatar Mar 28 '21 10:03 micycle1