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

SHA512 checksums contain wrong file name #298

Closed
reckart opened this issue Jan 25, 2023 · 0 comments
Closed

SHA512 checksums contain wrong file name #298

reckart opened this issue Jan 25, 2023 · 0 comments
Assignees
Labels
🦟 Bug Something isn't working
Milestone

Comments

@reckart
Copy link
Member

reckart commented Jan 25, 2023

Describe the bug
The SHA512 checksums generated by the checksum-maven-plugin contain the wrong file name in modules where a custom finalName is specified. That makes it impossible to validate the checksums using sha512sum -c <filename>.

To Reproduce
Steps to reproduce the behavior:

  1. Run build with -Papache-release
  2. Check e.g. the sha512 file generated for the JAR file in the uimaj-core module

Expected behavior
The correct file name should be in the file. Actually, let's remove these finalName overrides....

Please complete the following information:

  • Version: 3.4.0-SNAPSHOT
@reckart reckart added the 🦟 Bug Something isn't working label Jan 25, 2023
@reckart reckart added this to the 3.4.0 milestone Jan 25, 2023
@reckart reckart self-assigned this Jan 25, 2023
reckart added a commit that referenced this issue Jan 25, 2023
- Remove finalName override from the build section
reckart added a commit that referenced this issue Jan 25, 2023
…in-wrong-file-name

#298 - SHA512 checksums contain wrong file name
@reckart reckart closed this as completed Jan 25, 2023
reckart added a commit that referenced this issue Jan 26, 2023
* main:
  Issue #300: Differences between source ZIP and repository tag
  #298 - SHA512 checksums contain wrong file name

% Conflicts:
%	uimaj-parent/pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦟 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant