Welcome to the RiftSaw project. 

1. To build the projects run

mvn clean install -Pdocs

The -Pdocs will also build the documentation. If you don't wish to build the documentation, 
then simply execute the "mvn clean install" command.

2. To also run the integration test, update the deployment.properties file to reflect
your environment and execute:

mvn -Driftsaw.test.deployment.properties=<full-path-to>/deployment.properties clean install -Pintegration

For more details on see: http://community.jboss.org/wiki/RunningRiftsawIntegrationTests

3. To deploy RiftSaw unzip the "riftsaw-<version>.zip" file in the distribution/target directory,
and after expansion of this archive go into the install directory, update the
"deployment.properties" file and execute:

ant deploy

Enjoy!

The RiftSaw Team