Instructions for Committers

This page collects instructions for various operations that committers may need to do.

How to update the website HTML content

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 under uimaj/target/site/apidocs.
  • zip up the apidocs directory into a file apidocs.zip. (Make sure the zip file contains the apidocs 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 with chmod g+w apidocs.zip)
  • execute rm -rf apidocs to delete the old apidocs directory
  • unzip apidocs.zip to create the updated apidocs directory
  • Wait up to 4 hours for the sync to take place to the real website
  • No labels