Hi,

I just discovered that our multi-project build is unusable. The problem seems to be that we use different versions of the same plugin throughout our code base. When doing a multi project build (like using the build.xml), only one version of the plugin is used for the whole build - resulting in corrupt artifacts in the end. The main problem atm is the maven-bundle-plugin; some modules use 1.0.0 while others require 1.1.0-SNAPSHOT; it seems that at least on my machine 1.0.0 is used everywhere.

I think that this is a known problem of m2 - and I don't see a good solution for this. Using different versions of plugins in different modules makes sense as we have different release cycles (well at least that's the plan). So the only working solution right now seems to be to build module by module separately.

Carsten
--
Carsten Ziegeler
[EMAIL PROTECTED]

Reply via email to