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]
