Created
October 22, 2019 03:19
-
-
Save vagnernogueira/ccf41b2790668d4338d739630e155efe 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
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 | |
export JDK_HOME=/usr/lib/jvm/java-8-openjdk-amd64 | |
export MAVEN_HOME=/opt/apache-maven | |
export M2=${MAVEN_HOME}/bin | |
export M2_HOME=${MAVEN_HOME} | |
export PATH=${MAVEN_HOME}/bin:${PATH} | |
export JBOSS_HOME=/opt/jboss-eap-7 | |
export MAVEN_OPTS=-Xms256m -Xmx512m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment