You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Grant McDonald <gm...@infocomp.com> on 2006/07/02 09:27:51 UTC

Transitive dependency problem with jbi maven plugin

I have noticed that the jbi-maven-plugin when creating the installer for
servicemix-http doesn't include the transitive dependencies of
commons-httpclient, in particular commons-codec is missing. I will log an
issue for this.
-- 
View this message in context: http://www.nabble.com/Transitive-dependency-problem-with-jbi-maven-plugin-tf1879526.html#a5138094
Sent from the ServiceMix - Dev forum at Nabble.com.


Re: Transitive dependency problem with jbi maven plugin

Posted by Philip Dodds <ph...@gmail.com>.
The problem was that the version found through the transitive dependency was
not the same as the version from the top level pom's dependency management -
I have switched it so that in this case a warning it thrown but the version
from the transitive dependency it packaged into the installer.

P

On 7/2/06, Grant McDonald <gm...@infocomp.com> wrote:
>
>
> This appears to be due to line 181 in GenerateComponentMojo.java in the
> jbi-maven-plugin project.  At this point the includes are refiltered based
> on the JbiResolutionListener created for the project.  This seems to eject
> some dependencies of subprojects.... needs more investigation.
> --
> View this message in context:
> http://www.nabble.com/Transitive-dependency-problem-with-jbi-maven-plugin-tf1879526.html#a5139375
> Sent from the ServiceMix - Dev forum at Nabble.com.
>
>

Re: Transitive dependency problem with jbi maven plugin

Posted by Grant McDonald <gm...@infocomp.com>.
This appears to be due to line 181 in GenerateComponentMojo.java in the
jbi-maven-plugin project.  At this point the includes are refiltered based
on the JbiResolutionListener created for the project.  This seems to eject
some dependencies of subprojects.... needs more investigation.
-- 
View this message in context: http://www.nabble.com/Transitive-dependency-problem-with-jbi-maven-plugin-tf1879526.html#a5139375
Sent from the ServiceMix - Dev forum at Nabble.com.