Maven Simple Site Archetype

maven-archetype-site-simple is an archetype which contains a sample Maven simple site:

project
|-- pom.xml
`-- src
    `-- site
        |-- apt
        |   `-- index.apt
        `-- site.xml

This archetype can be layered upon an existing Maven project.

Usage

To create a new project or update an existing project from this archetype, type:

mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site-simple -DarchetypeVersion=5-SNAPSHOT