The ServiceMix team is pleased to announce the release of ServiceMix JBI
Maven plugin version 4.3.
This release contains bug fixes and some improvement.
This release is available from Maven:
<plugin>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>jbi-maven-plugin</artifactId>
<version>4.3</version>
<extensions>true</extensions>
</plugin>
Release Notes - ServiceMix - Version jbi-maven-plugin-4.3
** Bug
* [SM-1921] - Unable to build SA project due to error in
jbi-maven-plugin ServiceAssemblyMojo configuration
* [SM-1873] - GenerateServiceAssemblyMojo doesn't include any files
created by a build such as resources
* [SM-1906] - JBI Maven plugin is unable to manage several SU based
on the same component in the same SA
* [SM-1918] - SU dependency from active profile in SA pom should
also be taken into account in jbi.xml
Enjoy!
-The ServiceMix team