Versions Compared

Key

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

...

A normal build

Code Block
mvn install

A normal build without running tests

Code Block

mvn clean install -Dtest=false

Doing a Quick Build

Available as of Camel 2.6

...