Created
March 9, 2013 10:43
-
-
Save hasalex/5123808 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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