Skip to content

Instantly share code, notes, and snippets.

@hasalex
Created June 29, 2014 18:11
Show Gist options
  • Save hasalex/e75907215eca0968e464 to your computer and use it in GitHub Desktop.
Save hasalex/e75907215eca0968e464 to your computer and use it in GitHub Desktop.
Build JBoss EAP 6.2.4 from source
wget ftp://ftp.redhat.com/redhat/jbeap/6.2.4/en/source/jboss-eap-6.2.4-src.zip
wget http://maven.repository.redhat.com/techpreview/eap6/6.2.4/jboss-eap-6.2.4-full-maven-repository.zip
wget https://raw.githubusercontent.com/hasalex/eap-build/master/src/settings.xml
unzip jboss-eap-6.2.4-src.zip
unzip jboss-eap-6.2.4-full-maven-repository.zip
cp settings.xml jboss-eap-6.2-src/tools/maven/conf/
cd jboss-eap-6.2-src/
export EAP_REPO_URL=../jboss-eap-6.2.4.GA-maven-repository
./build.sh -DskipTests -Drelease=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment