Versions Compared

Key

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

...

For Eclipse, a detailed description is given at Importing ServiceMix into Eclipse. In addition, this page also describes how to start ServiceMix inside Eclipse with all debugging possibilities.

Other IDEs

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

Code Block

mvn idea:idea

etcAny modern IDE with self respect can start a new project based on a Maven pom.xml file.

Note that you may need to build the whole ServiceMix project once using maven.

...