Hello,

I have got a MultiMaven project and within this project I have got two parent 
poms. One of these parent inherits from an external parent. So I would like to 
share all my build plugins and pluginManagemnt section, like

My-multi-maven-pom.xml

        my-plugins-and-pluginDependencies-pom.xml

        my-parent-pom.xml 
                -> includes -> my-plugins-and-pluginDependencies-pom.xml

        my-external-parent-pom.xml 
                -> inherits -> external-parent-pom.xml 
                -> includes -> my-plugins-and-pluginDependencies-pom.xml

How is this possible?

Thanks a lot
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to