How to Build the Maven Packages for Mulgara

  1. Check out Mulgara svn
  2. Build with
        sh build.sh dist
    
  3. Alternatively, grab the mulgara-<version>-bin-all.tar.gz from http://www.mulgara.org/download.html and extract the mulgara and driver jars from it.
  4. Copy the attached files (two scripts, two poms) into the top-level directory (where build.sh or the dist/ directory resides)
  5. Modify the version numbers everywhere as needed
  6. run
        sh mvn.install
    
    to install the two jars in your local maven repository
  7. 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. Update the version number for the mulgara and driver dependencies in the top level pom.xml.
  2. Rebuild (mvn clean install) the topaz mulgara-service package

Attachments