Hey hcat gurus - We have a lot of good documentation in our javadoc comments, however, I think we could do better with surfacing this content for our users. Jenkins has a feature to publish Javadoc from projects it builds.
Example: https://travis.ci.cloudbees.com/job/hcatalog_javadoc_example/javadoc/ How to set this up: * Go to https://builds.apache.org/job/Hcatalog-trunk-build * Select the "Configure" link * Scroll to the "Post-build Actions" section. * Add the "Publish Javadoc" action. * Set the javadoc directory to "build/docs/api" That's it! After setting this up the latest javadoc will always be available via the Jenkins interface. If this sounds good can a PPMC member set this up (you should have access to the Jenkins job configuration). --travis
