Versions Compared

Key

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

...

Code Block
mvn -N install
cd tooling
mvn install
mvn -Dmaven.test.skip=true install

Next time you build, you can just run

Code Block

mvn -Dmaven.test.skip=true install

...

Code Block
mvn idea:idea

etc.

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

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