Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The first three parameters identify the maven 2 archetype to use, while the last two parameters are used for the generated maven 2 project. The version information "3.0-incubating" may have to be changed; just look at any of ServiceMix' pom.xml for the version you are using.

While ServiceMix is in the incubator you have to specify the incubator repository in order to use the servicemix maven 2 archetypes, unless you did not include the repository in your local maven configuration.

Code Block

        -DremoteRepositories=http://people.apache.org/repo/m2-incubating-repository

This will create the following files:

...