Versions Compared

Key

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

...

Now, run mvn install from the parent directory to get this output:

No Format
 
...
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] ServiceMix  :: CXF WSDL Tutorial ...................... SUCCESS [2.157s]
[INFO] CXF WSDL Tutorial :: CXF SE SU ........................ SUCCESS [13.641s]

[INFO] CXF WSDL Tutorial :: CXF BC SU ........................ SUCCESS [1.344s]
[INFO] CXF WSDL Tutorial :: CXF SA ........................... SUCCESS [0.422s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18 seconds
[INFO] Finished at: Wed Jul 30 13:38:58 CEST 2008
[INFO] Final Memory: 37M/67M
[INFO] ------------------------------------------------------------------------

Now, we are ready to deploy our service assembly.

...