Versions Compared

Key

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

...

Code Block
mvn -Dmaven.test.skip=true install
Tip
titleBuilding 3.1.1

If an out of memory error is encountered when building 3.1.1,
setting the following environmental variable may help

MAVEN_OPTS=-Xmx768m

Tip
titleBuilding 3.0-M1 and 3.0-M2

Note that this only works for versions from 3.0-M3.
To build previous versions, you need to run:

mvn -N install
cd tooling
mvn install -Dmaven.test.skip=true
cd ..
mvn install -Dmaven.test.skip=true

...