Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You must have installed Maven 2.0.9 and have a JDK 5 installed on your computer. A working internet connection is also mandatory.

Note

If the build hangs or you get an out of memory exception please increase the heap space:

  • For Linux:

MAVEN_OPTS="-Xmx256m" mvn clean install

  • For Windows:

SET MAVEN_OPTS="-Xmx256m"
mvn clean install

Maven

Download and install Maven 2.0.9. (ATTENTION !!! Do NOT use an older version of Maven )

...