[INFO] The service unit integration-servicemix does not have a
dependency
which is packaged as a jbi-component or a project property
'componentName'
Not sure what the above error means... does it need the
integration-servicemix to create the zip SU first before the SA can be
created? If so, how am I suppose to let maven know how to do this?
Thanks
in advance.
In your service unit, you can define which component the code in the
service unit is to deploy to, for example:
<properties>
<componentName>servicemix-http</componentName>
</properties>
This allows you to set the target component if it cannot be resolved
implicitly.
Terry