Versions Compared

Key

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

...

Wiki Markup
Once you have built the 3.0 app and, following the instructions linked aboe, the Smix component modules will be installed locally. If you want to deploy those dependencies to a company repository then keep reading. I can only give information on doing this for Maven 2 as I did not try this for Maven 1. First go into the top level project pom.xml with you favorite editor. This will be in the \[Smix_source_folder\]/src folder. You are going to first edit out the references to Maven 1. Search for 'm1'. There was a property and a plug in section I deleted (maybe some other sections also). Once these are out you might need toNext edit the 'distributionManagement' section. Do this if you would like to get Put the componentrelevent dependenciesinformation intofor youryou company repository. If you only want to 'install' the dependencies in you local repository then don't here.

You should now be able to 'mvn deploy -Dmaven.test.skip=true' to get those dependencies up and out thereand the dependencies will upload to the remote repository you defined. This is good for when other people you are working with will need the Smix component dependencies. Now all the Servicemix components should be available for the given release you checked out.