If you have a parent-child (multimodule) project set up, and insert the module configuration in the parent pom, then inherited=true means "run this plugin with this config in all children modules".
Wayne On 11/13/07, dev dev <[EMAIL PROTECTED]> wrote: > I noticed a few of the sample pom.xml files are using <inherited> tag. > For instance, the below pom.xml snippet. > > <plugin> > <inherited>true</inherited> > <artifactId>maven-deploy-plugin</artifactId> > <version>2.3</version> > > What is its purpose of using <inherited>? > > Thanks > dev > > --------------------------------------------------------------------- > 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]
