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
My build is failing because the maven-jarsigner-plugin fails to rename the jar. This only happens when I configure the maven-enforcer-plugin with the linkage-checker to run in the same phase (verify). Linkage checker is running before signing.
I've noted an issue with the resolver #2312, but even when I downgrade from 1.5.12 to 1.5.9 or 1.4.3 it still fails.
Note that this happens on Windows Server 2016, but not Linux.
The text was updated successfully, but these errors were encountered:
My build is failing because the maven-jarsigner-plugin fails to rename the jar. This only happens when I configure the maven-enforcer-plugin with the linkage-checker to run in the same phase (verify). Linkage checker is running before signing.
I've noted an issue with the resolver #2312, but even when I downgrade from 1.5.12 to 1.5.9 or 1.4.3 it still fails.
Note that this happens on Windows Server 2016, but not Linux.
The text was updated successfully, but these errors were encountered: