This update splits the baseline into five maven-modules (subprojects):
generate : build executable BuildAxisStubWrapper
common : fedora.common
server : fedora.server (and other packages, fedora.localservices/oai/soapclient/swing/utilities)
client : fedora.client
integrationtest : fedora.test (and some other unit tests from /server and /client)
ANT build still works, but the unit tests have been split out and need to be run separated for full coverage:
ant junit
ant junit-common
ant junit-client
ant junit-server