Versions Compared

Key

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

...

  • Prince should be in the executable PATH to generate the PDF documentation

Maven options

To build camel maven has to be configured to use more memory

Code Block

set MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=128m

A normal build

Code Block
mvn install

...