Use docinfo files, see the documentation for more details .
You create docinfo files by adding another file named <doc_file_name>-docinfo.html to generate HTML or <doc_file_name>-docinfo.xml to generate docbook. The contents of the docinfo file are copied to the generated output in the head section for html. If you want to add something to the bottom of the document, there are footer docinfo files for this. It follows the same way as regular docinfo, but the file name is <doc_file_name>-docinfo-footer.html or <doc_file_name>-docinfo-footer.xml
Happy docing :) Let me, or preferably on the list, find out about any other maven issues you find.
source share