Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 27

Building ServiceMix

...

From Source

ServiceMix uses Maven as its build and management tool. We have tested the build with Maven 2.0.8 and it works fine, but Maven 2.0.9 is known to cause some issues that prevent a successful build for ServiceMix 3.2.1 and previous versions. This has been fixed for 3.2.2 and 3.3. Be sure to read the FAQ

ServiceMix 4.x requires to use Maven 2.2.1 or better.

Prequisites

...

Getting started

  • Download and install Maven.
    (Maven 2.2.1 or better is required for ServiceMix 4.x).
  • Get the latest code from SVN
  • Java 1.6 or better
    (Java 1.5 is @deprecated and no longer supported from Camel 2.7 onwards)

...

  • Build the code with the following command

...