 | Prerequisites:
- Download java jdk 1.6
- Set JAVA_HOME in your classpath
- Copy this endorsed directory in jre library: $JAVA_HOME/jre/lib (for linux/windows) and $JAVA_HOME/lib (for mac)
- Download maven 2.2.1
- Set MAVEN_HOME in your classpath
- Set MAVEN_OPTS=-Xms512m -Xmx1024m -XX:PermSize=256m in your classpath
|
To compile Project source code, you must:
- Download source code
- Write this command lin on the prompt of your shell: mvn install
 | If you want compile without run all tests, write: mvn install -Dmaven.test.skip |