I have different maven projects to maintain and would like to aligned the used versions of the dependencies.
My goal would be to scan all the POMs (they are not necessary parent/child poms) for their dependencies and if there is a dependency to the same artifact it should compare the versions and list them if they don't match - so that I can see if there is a reason for having different versions.
Is there any tooling support for that task - or would I have to implement something my self?