You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Jean-Baptiste Onofré <jb...@nanthrax.net> on 2010/01/14 21:13:34 UTC

[ANN] ServiceMix JBI Maven plugin 4.3 released

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