You use 'mvn site' to generate apt files from apt source files? I guess you mean
html? In this case the title and author end up in the html <head>, so you don't
see them when you view the file with a browser.
-Lukas
Trevor Harmon wrote:
Hi,
My APT file declares block level elements such as a title and author,
as defined by the APT format:
http://maven.apache.org/doxia/references/apt-format.html
However, when I run "mvn site", the APT file that is generated is
missing the block level elements. Is this a bug?
Trevor