maven plugin should not exclude all jbi-components from runtime scope ---------------------------------------------------------------------
Key: SM-1030 URL: https://issues.apache.org/activemq/browse/SM-1030 Project: ServiceMix Issue Type: Bug Components: tooling Affects Versions: 3.2 Environment: FUSE-3.2.0.0 Reporter: Michal Attachments: GenerateServiceUnitMojo.diff I am having a difficulties to package a Lightweight SU which will hosts JMS endpoints. To do this I need to have jms.jar in my classpath. So I defined appropriate dependency in my pom.xml. However, during build time this dependency is removed by maven plugin - because jms.jar is an jbi-component. I am enclosing a diff to resolve it. Diff is to class org\apache\servicemix\maven\plugin\jbi\GenerateServiceUnitMojo.java To make it work property 'componentName' MUST be defined. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.