Website Maintenance

All Apache Logging Services™ content is generated by Apache Maven™ 2.0. The site project contains generic Logging Services content. Content for a specific product (for example, Apache log4cxx™) is contained within the source repository for that product.

Running "mvn site" will generate the web content in target/site. Running "mvn site-deploy" generate the site and commit the changes to the Apache Subversion repository. The SVN_EDITOR environment variable must be set to allow the user to provide an appropriate commit message.

The staged content can be reviewed by browsing http://svn.apache.org/repos/asf/logging/site/trunk/docs.

To publish the staged content:

ssh -l username people.apache.org
cd /www/logging.apache.org
svn update