[keycloak-dev] automated REST api docs

Bill Burke bburke at redhat.com
Mon May 26 21:18:04 EDT 2014


I integrated jax-doclets[1] somewhat into our build.

if you do the following:

1. cd ${keycloak.project.root}
2. mvn javadoc:javadoc
3. cd services
4. mvn package

The jax-doclets are in

services/target/site/apidocs

Then if you do:

5. cd distribution
6. mvn clean install

The docs/ directory that is included will have a rest-api directory and 
those jax-doclets will be linked to the Keycloak javadocs.

The REST docs aren't the greatest.  I tried out Swagger-jaxrs-doclet, 
and swagger-ui but I couldn't get it to work offline (nor online).



-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the keycloak-dev mailing list