Version 1
    Prerequisites
    ProductVersionRequired
    Apache Maven>=2.0.9Yes
    Subversion>=1.4.xYes
    Eclipse IDE
    m2eclipse
    IntelliJ IDEA

     

    Check Out, Build, and Test
    • Configure Maven to include the JBoss SNAPSHOT and Release repositories
    • Obtain the source using Subversion SCM
      • Anonymous Access
        • $> svn co http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/trunk/ myLocation
      • Committers
        • $> svn co https://svn.jboss.org/repos/jbossas/projects/bootstrap/trunk/ myLocation
    • Switch into the checked-out location
      • $> cd myLocation
        
    • Build and run tests, installing into the local M2 repository
      • myLocation $> mvn clean install