Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parsing of POM files without namespaces #7

Merged
merged 1 commit into from
Jul 24, 2023

Commits on Jul 24, 2023

  1. Fix parsing of POM files without namespaces

    XmlUtil is strict when matching namespaces, but some very old pom.xml files do not provide any namespace. This commit introduces a wrapper around `XmlReader` to handle POM files without namespaces. Now `XML.decodePomFromString(String)` should be used instead of `XML.decodeFromString<ProjectObjectModel>(String)`.
    
    More information: pdvrieze/xmlutil#170
    artemmukhin committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    41fff50 View commit details
    Browse the repository at this point in the history