Building the Emma's maven plugin.
---------------------------------

1. Download and install Maven 1.0.2
   - http://maven.apache.org/start/download.html
   - The install location will be referred to as [MAVEN_HOME]
   
2. Check out the maven emma plugin from the EMMS sourceforge CVS tree.   
   See http://emma.sourceforge.net/maven-emma-plugin/cvs-usage.html for details
      
3. Run install.sh.  On Windows, use cygwin, or run the commands in
   install.sh manually (I couldn't get a batch script to work correctly).
   
4. Run unit tests:
   a. cd to src/plugin-test
   b. run 'maven testPlugin'