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

feat(parser): ignore white space in pom.xml files #7747

Merged
merged 4 commits into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. feat(parser): ignore white space in pom.xml files

    It happens when creating the data structures and does not
    modify the file itself. It makes the parser behave in the
    same manner as maven.
    
    Signed-off-by: Samuel Gaist <[email protected]>
    sgaist committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1f9dfa3 View commit details
    Browse the repository at this point in the history
  2. refactor(pom): ensure all fields are trimmed

    Signed-off-by: Samuel Gaist <[email protected]>
    sgaist committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8ba7b54 View commit details
    Browse the repository at this point in the history
  3. chore(pom): add properties to white space test

    Signed-off-by: Samuel Gaist <[email protected]>
    sgaist committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    164a7c4 View commit details
    Browse the repository at this point in the history
  4. fix(pom): fix white space test file

    The property was not correctly used.
    
    Signed-off-by: Samuel Gaist <[email protected]>
    sgaist committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a8a9d26 View commit details
    Browse the repository at this point in the history