Hi,

We have a ServiceMix 4.4.0-fuse-00-03 installation with about 55 components, web services and other services each in individual maven modules. Currently, for each sub-module, our deployment work flow is like this:

  $ mvn clean package
  $ scp target/some-component.jar $REMOTE_HOST:/opt/fuse/deploy

I have tried scripting this with a manually generated list of expected jars with scp executed for each file in a loop. However, I was wondering if everyone deploys their components like this or if I was missing a smarter approach.

I also tried to use maven-wagon-plugin, but that does not play well with multi-module projects.

How do you guys deploy your components?

Thanks,
--
 Martin Olsen, IT-Systemdeveloper, TOP-TOY A/S
 Email: [email protected], Telephone: (+45) 4616 3710

Reply via email to