in log4j-changelog-maven-plugin/src/main/java/org/apache/logging/log4j/ExportMojo.java [94:99]
private static ChangelogExporterTemplate toExporterTemplate(TemplateMojo templateMojo) {
final String target = templateMojo.target == null
? templateMojo.source.replaceAll(SOURCE_TARGET_TEMPLATE_PATTERN, "$1")
: templateMojo.target;
return new ChangelogExporterTemplate(templateMojo.source, target, templateMojo.failIfNotFound);
}