pub fn detect_modules(pom_path: &Path) -> Vec<String>
Detect child modules from a pom.xml’s <modules> element.
<modules>
Returns a list of module directory names (relative to the POM’s directory).