How do you embed XHTML into APT file when using Maven to generate a site?

Posted by Clinton on Stack Overflow See other posts from Stack Overflow or by Clinton
Published on 2009-12-14T08:01:10Z Indexed on 2010/03/21 4:41 UTC
Read the original article Hit count: 352

Filed under:
|
|
|

I am using maven to generate a website for a Java project, which uses APT "Almost Plain Text" as a wiki like markup. Maven takes this and turns it into XHTML.

I already have a custom template/skin that I am using for the site, but the index page will have a couple of extra custom design elements that are beyond the capabilities of APT. So how can you add xhtml to the apt file so that it gets correctly embedded in the final output?

Thanks.

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about website