This site built with maven:
trunk$ mvn site
To deploy the site use the following command:
trunk$ mvn site-deploy
You will need the following site descriptor in your ~/.m2/settings.xml:
<servers> <server> <id>asn1forj-website</id> <username>yourSFuser</username> </server> </servers>