nSupported file formats
nSite content can be added in a variety of
formats. The traditional
Maven documentation format is XDoc, a loosely structured general-purpose XML format for site content.
XDoc files are
stored in the xdoc directory. XDoc resembles XHTML and will prove familiar to anyone knowing
HTML.
n
nMaven 2 introduces a new format, the APT (almost plain text) format, designed to be more convenient for
writing technical site
content. The APT format is a wiki-like text format handy for writing simple structured documents and for
using simple text formatting
and indentation rules. The APT files (*.apt) go in the apt directory.
n