openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

Publish JavaDocs #52

Closed rhwood closed 7 years ago

rhwood commented 7 years ago

The pom.xml for this project is configured so that built JavaDocs can be published to https://openlcb.github.io/OpenLCB_Java using the command mvn site-deploy. Documentation for the per-user configuration of this is at https://github.com/github/maven-plugins.

Working examples of the results of this are at:

rhwood commented 7 years ago

JavaDocs are being automatically published at http://www.javadoc.io/doc/org.openlcb/openlcb by virtue of publishing the JAR to maven, so there is no need for this.