Currently readMavenPom will only return the local Model of the pom.xml. Often it is desired to get the effective model (i.e. the ones which also considers all parent poms). Please look at https://stackoverflow.com/questions/11525318/how-do-i-obtain-a-fully-resolved-model-of-a-pom-file on how to achieve that.