Instructions for Committers
This page collects instructions for various operations that committers may need to do.
How to update the website HTML content
- Check out
https://svn.apache.org/repos/asf/incubator/uima/site/trunk/uima-website
from SVN - Follow the instructions in the
HOWTO
file
How to update the javadocs on the website
- Check out all of the uimaj code from SVN (see http://incubator.apache.org/uima/svn.html)
- cd into the
uimaj
directory - execute
mvn install javadoc:javadoc
. This will generate the javadocs underuimaj/target/site/apidocs
. - zip up the
apidocs
directory into a fileapidocs.zip
. (Make sure the zip file contains theapidocs
directory itself, not just its contents.) - scp
apidocs.zip
to people.apache.org in the/www/incubator.apache.org/uima
directory. - ssh to people.apache.org and cd to
/www/incubator.apache.org/uima
- be sure
apidocs.zip
file is group writable (you can do this withchmod g+w apidocs.zip
) - execute
rm -rf apidocs
to delete the oldapidocs
directory unzip apidocs.zip
to create the updatedapidocs
directory- Wait up to 4 hours for the sync to take place to the real website