Search code examples
javamavenmarkdownmarkuptextile

Rendering lightweight markup languages with maven


I would like to render project documentation in html from a lighweight markup language like markdown or textile. What's easiest way to do this?


Solution

  • The maven site plugin is able to render the APT format ("Almost Plain Text") to build html for the project (documentation) site.

    @See:

    http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html

    http://maven.apache.org/doxia/references/apt-format.html