You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Run build with -Papache-release
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
The text was updated successfully, but these errors were encountered:
* main:
Issue #300: Differences between source ZIP and repository tag
#298 - SHA512 checksums contain wrong file name
% Conflicts:
% uimaj-parent/pom.xml
Describe the bug
The SHA512 checksums generated by the
checksum-maven-plugin
contain the wrong file name in modules where a customfinalName
is specified. That makes it impossible to validate the checksums usingsha512sum -c <filename>
.To Reproduce
Steps to reproduce the behavior:
-Papache-release
uimaj-core
moduleExpected behavior
The correct file name should be in the file. Actually, let's remove these
finalName
overrides....Please complete the following information:
The text was updated successfully, but these errors were encountered: