}
})));
} catch (final ComputationException e) {
throw new MojoExecutionException("failed to copy artifacts", e.getCause());
} finally {
pool.releaseExec(executor);
}
}
private Function<Artifact, File> resourceTargetFile(final File moduleDirectory) {