Versions Compared

Key

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

...

Doing a Quick Build

The following avoids running all the unit test cases, we just skip the test running phase and not the building partskips building the manual, the distro and does not execute the unit tests.

Code Block
mvn -DskipTests clean install -Dfastinstall

Using an IDE

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

...