in maven-wrapper-plugin/src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java [195:201]
private Path createDirectories(Path dir) throws MojoExecutionException {
try {
return Files.createDirectories(dir);
} catch (IOException ioe) {
throw new MojoExecutionException(ioe.getMessage(), ioe);
}
}