Publish JavaDoc API Documentation when Releasing from Jenkins
This article describes how to publish JavaDoc API documentation for a Maven project built on Jenkins when that project is released. The JavaDoc API documentation is published using the same instance of Apache Tomcat 7 that Jenkins runs on. Motivation I wanted to, using the simplest way possible, publish JavaDoc API documentation for releases of… Read More »