Issue #455: Automatize managing LICENSE and NOTICE files for release artifacts#456
Open
reckart wants to merge 1 commit into
Conversation
80413f4 to
18a0c60
Compare
…artifacts - Add CheckLicenseNotices.java utility to extract and verify third-party LICENSE/NOTICE files from bundled dependencies - Configure exec-maven-plugin in pom.xml to run CheckLicenseNotices during prepare-package phase to auto-generate license files - Add fileSet in bin.xml to include generated licenses/ directory in binary distribution - Remove manually-maintained third-party license text from LICENSE.txt (now auto-generated from dependency JARs) - Update NOTICE.md copyright year for Apache Commons IO 2002-2025 -> 2002-2026 - Update NOTICE.md copyright year for Spring Framework (c) 2002-2025 -> 2002-2026 - Update Jackson JSON processor version in NOTICE.md from 2.20.0 -> 2.21.1 - Add verified-notice-deps.txt to track verified dependency versions - Exclude verified-notice-deps.txt from ASF license header requirement in pom.xml
18a0c60 to
ebe5887
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's in the PR
How to test manually
Automatic testing
Documentation
Organizational
Only dependencies under approved licenses are allowed. LICENSE and NOTICE files in the respective modules where dependencies have been added as well as in the project root have been updated.