views:

49

answers:

1

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.

A: 

This does not appear possible at the current point in time. The work around was to define the index page as a resource "index.html" rather than a apt page "index.apt".

Clinton