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

GH-41173: [Java] Add spotless configuration for Maven pom.xml files #41174

Merged
merged 3 commits into from
Apr 17, 2024

Commits on Apr 12, 2024

  1. apacheGH-41173: [Java] Add spotless configuration for Maven pom.xml f…

    …iles
    
    To make sure that all pom.xml files follow the same convention regarding
    indentation and organization, add spotless plugin with sortPom module to
    check and format the files automatically.
    
    Update Java developer documentation to provide the link to the
    convention and instructions on how to use spotless
    
    *Note* this change does not include changes to pom.xml files (and would
    fail the build. Changes to pom.xml files are in the next commit.
    laurentgo committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    465f38b View commit details
    Browse the repository at this point in the history
  2. apacheGH-41173: [Java] Apply spotless maven format

    Apply spotless formatter to all pom.xml files
    laurentgo committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8fbda83 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Downgrade spotless to 2.30.0

    Downgrate spotless to 2.30.0 (last java 8 release)
    laurentgo committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    590d4e9 View commit details
    Browse the repository at this point in the history