-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Is your feature request related to a problem? Please describe.
Properly publish documentation Jar to Maven Central such that API documentation shows up in Javadocs. This can be useful for tooling that relies on Javadoc to fetch remote API documentation, that could include LLMs or klibs.io.
Describe the solution you'd like
A documentation jar should be generated using Dokka, and should be uploaded during publishing. Migrating to the official recommended publishing plugin instead of JReleaser would solve this problem. See Ktor PR.
Describe alternatives you've considered
Custom solutions to generate the Javadoc and attach it manually to JReleaser is also possible.
Additional context
Add any other context or screenshots about the feature request here.