> The current POM documentation says of the pluginManagement tag that it > will apply to the inheriting poms in a way that simply using the plugins tag > will not. Is this the current functionality? Plan for something new? I've been > using the plugins tag in my parent pom and the child poms have been > inheriting from it just fine
What specific line/document are you referring to? The obvious difference is that pluginManagement merely specifies configuration for a plugin but does not actually bind the plugin to the build of the parent/children, while specifying a plugin in a parent *does* bind the plugin to the children as well. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
