--- To republish the Chukwa site do the following: 1. Check out the source: svn co https://svn.apache.org/repos/asf/incubator/chukwa/site 2. Make any modification to the xml files under src/site/, then run: mvn site This generates the documents in target/site directory. Do an svn stat to check on what's changed, then commit those changes back to svn. 3. Update the site: In order to deploy a site to Apache, follow the following steps: a. Make sure that you manage to create a local site. b. Check that distributionManagement.site.apache-website.url in the pom.xml points to "scp://people.apache.org/www/incubator.apache.org/content/chukwa" c. Put the following section to settings.xml: ... apache-website your username in the remote system if different from local /path/to/your/private/key ... d. Refer to http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html if you have additional problems. e. Commit all changes, the build will fail if there are local changes. f. Run "mvn clean site site-deploy" 4. Wait for the site to update. --- To republish the chukwa page at http://incubator.apache.org/projects/chukwa.html 1. Check out the source svn co https://svn.apache.org/repos/asf/incubator/public/trunk/site-publish 2. Make any modifications to site 3. Update the site mvn clean site site-deploy 4. Wait for the site to update.