Answers for "what is the <parent> tag maven"

0

what is the <parent> 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.
Posted by: Guest on February-04-2021

Browse Popular Code Answers by Language