keycloak / keycloak

Open Source Identity and Access Management For Modern Applications and Services

Home Page:https://www.keycloak.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aggregated javadoc generation fix + missing keycloak-operator javadoc

pskopek opened this issue · comments

Before reporting an issue

  • I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.

Area

dist/quarkus

Describe the bug

Aggregated javadoc is not generated in the downstream build due to maven-javadoc-plugin misconfiguration.

  • Keycloak-operator javadoc is missing from the bundle of api-docs.

Version

24.0.4

Regression

  • The issue is a regression

Expected behavior

Downstream build has to produce proper keycloak-api-docs-dist-.zip file.

  • containing both javadocs and rest-api content.

Actual behavior

Content of javadocs is missing completely.

How to Reproduce?

Run the downstream build (ping me for the details).

Anything else?

No response