Versions Compared

Key

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

ServiceMix uses Maven as its build tool. If you don't fancy using Maven you can use your IDE directly or Download a distribution or JAR.

We have tested the build with Maven 2.0.4 and it works fine. Previous / later versions of Maven may vary - if you hit problems on other versions please talk to us on the Mailing Lists.

Getting started

Code Block

mvn -Dmaven.test.skip=true install

Using an IDE

If you prefer to use an IDE then you can autogenerate the IDE's project files using maven plugins. e.g.

Code Block

mvn eclipse:eclipse

or

Code Block

mvn idea:idea

etc.

Please refer to the plugin reference for more details on using them.

Created by Guillaume Nodet
On Tue May 23 17:28:36 CEST 2006
Using TimTam