Skip to main content

parse_pom_xml

Function parse_pom_xml 

Source
pub fn parse_pom_xml(path: &Path) -> Option<ManifestResult>
Expand description

Parse a pom.xml file for groupId, artifactId, version, and dependencies. Uses basic regex extraction — no full XML parser needed.