Install Maven 2
- Maven - http://maven.apache.org/
- Download Maven 2.2.X (minimum of 2.0.10) - http://maven.apache.org/download.html
- Extract to /opt (should create maven-2.X.X folder)
- Set environment variable: MAVEN2_HOME=/opt/maven-2.X.X
- Add $MAVEN2_HOME/bin to PATH\
- Set the MAVEN_OPTS environment variable
MAVEN_OPTS='-Xms256m -Xmx796m -XX:PermSize=64m -XX:MaxPermSize=136m'
- Adding -XX:+AggressiveOpts may speed up your builds depending on your OS, JVM, and system hardware