Versions Compared

Key

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

...

Tip
titleBuilding 3.0-M1 and 3.0-M2

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

mvn -N install
cd tooling
mvn install -Dmaven.test.skip=true install
from the root directory.
cd ..
mvn install -Dmaven.test.skip=true

Using an IDE

If you prefer to use an IDE then you can autogenerate the IDE's project files using maven plugins. e.g.

...