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.