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

build: Fix licence check #694

Merged
merged 3 commits into from
Jul 26, 2023
Merged

build: Fix licence check #694

merged 3 commits into from
Jul 26, 2023

Commits on Jul 25, 2023

  1. build: Fix the licence Maven plugin

    Move the configuration of the license plugin into the plugin management section to override the parent POM.
    
    Create two profiles: one profile for adding license headers and apply formatting, and another profile for only checking if license headers are present.
    
    The second profile is used in the CI. The first profile is used by default for local development.
    saig0 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    17a3be3 View commit details
    Browse the repository at this point in the history
  2. refactor: Add missing license headers

    The missing license headers were generate using the licence Maven plugin.
    saig0 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dead15b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. ci: No need to disable the profile

    The autoFormat profile is activated by default. If the checkFormat profile is enabled, the default profile is disable.
    saig0 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fd09cac View commit details
    Browse the repository at this point in the history