tag parent maven code example
Example: what is the tag maven
maven reads the parent POM from your local repository (or proxies like nexus) and creates an 'effective POM' by merging the information from parent and module POM. One reason to use a parent is that you have a central place to store information about versions of artifacts, compiler-settings etc.