############## W O R K I N P R O G R E S S ############## To generate the main site for Apache Directory Project change to the "site" directory under root project and execute mvn site The site will be generated at target/site For deploying the site to the remote server you need to configure the Apache Web Server access parameters in your local m2 configuration file which is normally at $HOME/.m2/settings.xml A typical settings file which contains only this configuration would generally look as follows (for UNIX): apache.websites YourApacheUserName $HOME/.ssh/id_rsa 775 664 To deploy the site to remote server execute mvn site-deploy