You just need multiple parents. One top parent, then another one
"below" it that sets the dependency plugin configs, then have your
bundles inherit from it, and the other modules inherit from the top
parent.

Wayne

On 9/26/07, Steinar Bang <[EMAIL PROTECTED]> wrote:
> Is it possible to create a <plugin> configuration in a top level POM
> with <packaging>pom</packaging>, that will only be executed in child
> modules with <packaging>bundle</packaging> (modules using the apache
> FELIX maven-bundle-plugin)?
>
> The use case is where I have a dependency:copy config in the POM of
> each bundle projects, that copies the installed bundle into an eclipse
> PDE target platform.
>
> I would like to move the config up to a common parent, but that causes
> the projects with <packaging>pom</packaging> to be copied to the PDE
> target platform as well.  They aren't bundles, so they won't have any
> effect on eclipse, but it's clutter I'd like to avoid...
>
> Thanx!
>
>
> - Steinar
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to