Hi, As you may have noticed from the recent commit messages, I've been setting up a simple Maven/APT -based website for the JCR Commons subproject. The site is now online at http://jackrabbit.apache.org/commons/.
The site sources are kept in https://svn.apache.org/repos/asf/jackrabbit/commons/site/, and there is a Hudson build (Jackrabbit-commons-site) that builds the site whenever changes are committed. The built site is automatically deployed to http://jackrabbit.apache.org/commons/ within a few hours of the commit. Before committing changes, you can review the results by building the site locally with "mvn clean site" and browsing it at ./target/site/index.html. BR, Jukka Zitting