Versions Compared

Key

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

...

Code Block
mvn clean install -Dtest=falsePfastinstall

Doing a Quick Build

Available as of Camel 2.6

...

Code Block
mvn clean source:jar install -Dtest=falsePfastinstall

Building with Spring 2.5.6

...

Code Block
mvn clean install -Pspring-2.x -Dtest=false,fastinstall

Note: Spring 2.x is no longer supported from Camel 2.7 onwards. The spring-2.x profile has been removed.

...