3 Replies Latest reply on Jun 15, 2011 10:26 AM by borges

    HornetQ with maven quick start

    ataylor

      ok, heres a run down of how to build, run tests and build the distro.

       

      The default profile will only build the hornetq jar modules. so mvn package will jar them, mvn compile will compile them etc.

       

      On top of this ive added 2 profiles. have a look at the parent pom, a release profile which builds the distro, i.e mvn package -Prelease.

       

      Also ive added a profile to run the hudson tests, mvn test -Phudson-tests.

       

      We can add as many profiles as we want, take a look its quite self explanatory.

       

      theres still a few things to do, i'll do these in parallel with other work from now on.