Description
From a clean maven repository, you get the build error below:
[ERROR] Failed to execute goal org.apache.servicemix.tooling:jbi-maven-plugin:4.5:generate-jbi-service-assembly-descriptor (default-generate-jbi-service-assembly-descriptor) on project loan-broker-sa: The service unit loan-broker-drools-su does not have a dependency which is packaged as a jbi-component or a project property 'componentName' -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :loan-broker-sa
The error disappears as soon as you have done a local build of the ServiceMix components project.