in maven-wrapper/src/main/java/org/apache/maven/wrapper/WrapperExecutor.java [66:72]
public static WrapperExecutor forWrapperPropertiesFile(Path propertiesFile) {
if (Files.notExists(propertiesFile)) {
throw new RuntimeException(
String.format(Locale.ROOT, "Wrapper properties file '%s' does not exist.", propertiesFile));
}
return new WrapperExecutor(propertiesFile, new Properties());
}