Reading POM's with it's children

Posted by khmarbaise on Stack Overflow See other posts from Stack Overflow or by khmarbaise
Published on 2010-05-18T07:20:22Z Indexed on 2010/05/18 9:51 UTC
Read the original article Hit count: 220

Filed under:
|
|

Based on the post it is mentioned (By Brett Porter) that a POM can be read. What i need is to read not only a single pom. I need to read the whole tree of pom's in a multimodule build. Starting with the root pom and it should read automatically the child pom's if it's possible? I need to do this in separate Java Code not in relationship with Maven itself.

© Stack Overflow or respective owner

Related posts about maven

Related posts about maven-2