Skip to main content

detect_modules

Function detect_modules 

Source
pub fn detect_modules(pom_path: &Path) -> Vec<String>
Expand description

Detect child modules from a pom.xml’s <modules> element.

Returns a list of module directory names (relative to the POM’s directory).