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

Support loading mutliple licenseConfigFiles #538

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    11e29a1 View commit details
    Browse the repository at this point in the history
  2. skip ITs on jitpack

    tisoft committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    75160e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93a998e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5b87c2 View commit details
    Browse the repository at this point in the history
  5. Added license.excludedModules

    Exclude modules from processing.
    Comma separated list of relative module paths. Exclusions are not recursive.
    tisoft committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8f70e4d View commit details
    Browse the repository at this point in the history
  6. Mark .jar as binary

    tisoft committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9cb2729 View commit details
    Browse the repository at this point in the history
  7. Added license.includedModules

    Include modules for processing.
    Comma separated list of relative module paths. Inclusions are not recursive.
    Empty value includes all.
    tisoft committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6558b49 View commit details
    Browse the repository at this point in the history
  8. use resource manager to load licensesConfigFile

    * supports loading licensesConfigFile from file/url/classpath
    tisoft committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a7619a7 View commit details
    Browse the repository at this point in the history
  9. Allow a list of licensesConfigFiles

    * licensesConfigFile is still supported
    tisoft committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d7bb266 View commit details
    Browse the repository at this point in the history
  10. Updated maven wrapper

    tisoft committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    423b1fb View commit details
    Browse the repository at this point in the history