Versions Compared

Key

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

...

Code Block
mvn eclipse:add-maven-repo -Declipse.workspace=/path/to/the/workspace/ 

Building with checkstyle

To enable source style checking with checkstyle, build Camel with the -Psourcecheck parameter

Code Block

mvn -Psourcecheck clean install

See Also