Description
When the m2 build is customized and a <finalname> is set (i.e. is different to ${artifactname}-${version}), the generated jbi.xml is wrong.
I guess the problem is located in Line 207in GenerateComponentDescriptorMojo.java
Should be something like project.getBuild().getFinalName()
http://maven.apache.org/ref/current/maven-model/apidocs/org/apache/maven/model/BuildBase.html#getFinalName()
http://maven.apache.org/ref/2.0.4/maven-project/apidocs/org/apache/maven/project/MavenProject.html#getBuild()
Cheers,
Tammo