I know we can download the dependency jars... but can we download the parent poms of all dependency jars?
For example Project A brings in library B as dependency, but library B has parent pom C.xml.
I want to find a command that downloads all pom.xml in Bs and C.xml.
ideally if C.xml has another parent pom D.xml, I want to download that too.