Maven : Determine parent POM

Posted by toolkit on Stack Overflow See other posts from Stack Overflow or by toolkit
Published on 2010-03-11T14:10:36Z Indexed on 2010/03/11 20:19 UTC
Read the original article Hit count: 237

Filed under:

Hi there,

I have a whole bunch of mavenised projects, and I want to check that each project has the correct version of a parent pom.

One way could be to checkout each project in turn, and then have a script that reads the parent section.

Or is these some way of determining this from looking at the repository?

Has anyone else had to do something similar?

Thanks.

© Stack Overflow or respective owner

Related posts about maven