in src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java [403:405]
private void defaultWaitStrategy(int attempt, Duration maxRetryDelay) throws MojoExecutionException {
waitAfterFailure(attempt, maxRetryDelay, Thread::sleep);
}