Version 6

    Checkout from SVN

    svn co http://anonsvn.jboss.org/repos/jbpm/jbpm3/branches/jbpm-3.2-soa
    

    For more information, see jBPM3 Subversion

    Build with Maven

    The command below builds the modules and runs the test suites. The build assumes maven-2.0.9 or higher.

    [aguizar@siankaan jbpm-3.2-soa]$ mvn clean install
    [INFO] Scanning for projects...
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Build Order:
    [INFO] 
    [INFO] jBPM3
    [INFO] jBPM3 - Core
    [INFO] jBPM3 - Identity
    [INFO] jBPM3 - Enterprise
    [INFO] jBPM3 - Examples
    [INFO] jBPM3 - Simulation
    [INFO] jBPM3 - Tomcat
    [INFO] jBPM3 - JEE5 Enterprise
    ...
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] 
    [INFO] jBPM3 ............................................. SUCCESS [1.710s]
    [INFO] jBPM3 - Core ...................................... SUCCESS [2:56.228s]
    [INFO] jBPM3 - Identity .................................. SUCCESS [11.828s]
    [INFO] jBPM3 - Enterprise ................................ SUCCESS [5.944s]
    [INFO] jBPM3 - Examples .................................. SUCCESS [16.183s]
    [INFO] jBPM3 - Simulation ................................ SUCCESS [8.342s]
    [INFO] jBPM3 - Tomcat .................................... SUCCESS [0.680s]
    [INFO] jBPM3 - JEE5 Enterprise ........................... SUCCESS [1.307s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    

    For setting up a local Hudson QA environment, have a look at jBPM3 Hudson Setup