Versions Compared

Key

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

...

Just do a quick clean-up of the generated pom.xml files (e.g. changing the project names to get more comprehensible logging output) and build the entire project using the command mvn install in the parent project directory. If everything i

Now, we will just tell the user what to expect from the next tutorial page

Further reading

is OK, the output should look like:

No Format

[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   SMX-Camel :: Tutorial
[INFO]   SMX-Camel :: Tutorial :: Camel SU
[INFO]   SMX-Camel :: Tutorial :: SA
[INFO] ------------------------------------------------------------------------
[INFO] Building SMX-Camel :: Tutorial
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
       ...
[INFO] ------------------------------------------------------------------------
[INFO] Building SMX-Camel :: Tutorial :: Camel SU
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
       ...
[INFO] ------------------------------------------------------------------------
[INFO] Building SMX-Camel :: Tutorial :: SA
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
       ...
[INFO] [install:install]
[INFO] Installing /home/gert/projects/tutorial/tutorial-camel-sa/target/tutorial-camel-sa-1.0-SNAPSHOT.jar to /home/gert/.m2/repository/org/apache/servicemix/tutorial/camel/tutorial-camel-sa/1.0-SNAPSHOT/tutorial-camel-sa-1.0-SNAPSHOT.zip
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] SMX-Camel :: Tutorial ................................. SUCCESS [5.549s]
[INFO] SMX-Camel :: Tutorial :: Camel SU ..................... SUCCESS [7.849s]
[INFO] SMX-Camel :: Tutorial :: SA ........................... SUCCESS [0.381s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Fri Feb 15 10:39:06 CET 2008
[INFO] Final Memory: 21M/79M
[INFO] ------------------------------------------------------------------------

Now that we have created the necessary projects, it's time to really get started with camel

Further reading



Wiki Markup
{scrollbar}