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.
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.