in src/main/java/org/apache/maven/plugins/resources/MavenBuildTimestamp.java [60:62]
public MavenBuildTimestamp(Instant time, Properties properties) {
this(time, properties != null ? properties.getProperty(BUILD_TIMESTAMP_FORMAT_PROPERTY) : null);
}