Skip to content

Instantly share code, notes, and snippets.

@hasalex
Created March 9, 2013 10:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasalex/5123808 to your computer and use it in GitHub Desktop.
Save hasalex/5123808 to your computer and use it in GitHub Desktop.
# Building JBoss AS 7.2.0.Final
wget https://github.com/jbossas/jboss-as/archive/7.2.0.Final.tar.gz
tar -xvf 7.2.0.Final.tar.gz
cd jboss-as-7.2.0.Final
./build.sh -DskipTests -Drelease=true # -Drelease=true creates the distribution archives
# Copy the binaries
cp -R build/target/jboss-as-7.2.0.Final /opt/java/
# Copy the archive
cp dist/target/jboss-as-7.2.0.Final.zip ~/archives/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment