How to Build the Maven Packages for Mulgara

  1. Check out Mulgara svn
  2. Build with
        sh build.sh dist
    
  3. Copy the attached files (two scripts, two poms) into the top-level directory (where build.sh resides)
  4. Modify the version numbers everywhere if needed
  5. run
        sh mvn.install
    
    to install the two jars in your local maven repository
  6. Optionally, after everything's been tested, you can deploy the mulgara jars to gandalf with
        sh mvn.deploy
    
    (do this from one of the topaz machines, as otherwise it will take too long and will probably fail due to timeouts)

Using the new Mulgara Packages

  1. Rebuild (mvn clean install) the topaz mulgara-service package

Attachments