Just as an addition info: if you're doing a reactor build (and build all Felix sub projects) and the various modules use different parent pom versions with maybe different plugin versions defined, the whole build is just using a single version of a plugin; and this causes sometimes problems, too as either an older or newer version of a plugin is uses for some module.
So although it doesn't make sense from an independent releases pov, it makes sense from a maven pov to have all modules use the same parent pom version in order to guarantee which plugin versions are really used for a reactor build. Carsten -- Carsten Ziegeler [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

