Prerequisites
Product | Version | Required |
---|---|---|
Apache Maven | >=2.0.9 | Yes |
Subversion | >=1.4.x | Yes |
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
$> svn co https://svn.jboss.org/repos/jbossas/projects/bootstrap/trunk/ myLocation
$> cd myLocation
myLocation $> mvn clean install
Comments