IBM / cics-bundle-maven

The plugin to build and deploy CICS bundles in a Maven build.
https://ibm.github.io/cics-bundle-maven/plugin-info.html
Eclipse Public License 2.0
18 stars 25 forks source link

Publish Maven doc to github pages #72

Closed davenice closed 5 years ago

davenice commented 5 years ago

Git can natively host markdown, but the Maven doc is produced in HTML.

Push the Maven doc to github pages at the end of the build (probably via a gh-pages branch).

Potentially also pull across the readme as an index page.

davenice commented 5 years ago

Having been through a couple of false starts on this, I think the answer is this plugin: http://maven.apache.org/plugins/maven-scm-publish-plugin/

davenice commented 5 years ago

I've managed to get something to publish using that plugin - will look at hammering it into better shape next week.

davenice commented 5 years ago

now publishing using travis.