Committer FAQ
How do I update the Incubator website?
You need to checkout the incubator-site module as well as the incubator-geronimo sites. Make sure you do this so they are in peer directories. e.g.
<code> {{{ foo/
- incubator-geronimo/ incubator-site/ }}}
</code>
Then if you cd into the geroniomo directory do this...
maven site:tocvs
Then the entire website should be generated. Once this is done you can then check in the new CVS changes. Then go into
incubator-site/build/site/projects/geronimo/
and add/remove/update any files in there into the CVS repository. Then at some time in the future the bot thingy will refresh whats on the website.
Its typcaily far easier to just do 'maven site:deploy' as pretty much all other maven-built projects do. However using CVS for the website is the current rule inside the Incubator.