I am using the maven site plugin to generate a project site. This creates a default site and can be viewed under src/target/index.html. I need to add content to the index. How can this be done?
ON reading the maven documentation, I created an index.apt under the src/site folder. How do I get the content of this file to show up in the index.html page in the target folder?