The plugin should copy dependencies you bundle with your service unit into the lib directory of your Service Unit's ZIP file. Note that if you add a dependency on the Component for which the SU is being built - its dependencies will be ignored.
However, if you are using an XBean based Service Unit (one of the ServiceMix ones) you will need to add the classpath elements to your xbean.xml to refer to the libraries in the lib directory. Thanks P On 10/19/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
I am trying to use the jbi-maven-plugin to create service units and service assemblies. When I create a service unit, will the plugin set the add the dependencies on the project to the servicemix / xbean xml files? Thank you, Doug
