in maven-wrapper/src/main/java/org/apache/maven/wrapper/WrapperExecutor.java [176:182]
private void reportMissingProperty(String propertyName) {
throw new RuntimeException(String.format(
Locale.ROOT,
"No value with key '%s' specified in wrapper properties file '%s'.",
propertyName,
propertiesFile));
}