To build all of the Apache UIMA Java SDK
(including the docbooks and the binary assembly) and install these artifacts
to your local maven repository, do the following:
svn checkout https://svn.apache.org/repos/asf/uima/uimaj/trunk /myWorkingCopy
cd /myWorkingCopy/uimaj
mvn install
Note: if you're using windows,
change the directory separator to backslash (but keep it forward for the url).
If you're looking for the lib containing all the built Jars, cd ../uimaj-distr/target
and unzip/untar the binary distribution artifact, named something like
uimaj-[version]-bin.zip or uimaj-[version]-bin.tar.gz.
Then, look inside the unpacked result for a lib directory - it will have the Jars that were built.