Versions Compared

Key

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

...

A normal build

Code Block
mvn clean install

A normal build without running tests

Code Block

mvn clean install -Pfastinstall

A normal build without running tests but checkstyle verification enabled

Code Block
mvn clean install -Pfastinstall,sourcecheck

Doing a Quick Build

Available as of Camel 2.6

...