can any one tell me about master pom and what kind of information we can include for master pom...
aggragator pom:- means aggregating all the modules
<module>A</module>
<module>b</module>
<module>c</module>
<module>d</module>
parent pom means:- which has all config dependency plugin information...
properties and plugins and combination of other configurations
can any one tell me the master pom,how it differ to other pom....