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