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.
pub fn parse_pom_xml(path: &Path) -> Option<ManifestResult>Parse a pom.xml file for groupId, artifactId, version, and dependencies. Uses basic regex extraction — no full XML parser needed.