From 3a37ab76a5b4bc62f16db453b69e25902381a320 Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Tue, 5 Jan 2021 09:26:25 +0000 Subject: [PATCH] Make license header updates configurable (#1047) The license header plugin was trying to enforce current dates in the header. The headers can still have an old year, so now the plugin is configurable. One can still update license headers using maven command: mvn clean install -Dlicense.update.dryrun=false -Dlicense.update.copyright=true -DskipTests=true --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f59ddc39..4e4215304 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ ${project.build.directory}/solr-${solr.version} enterprise true + false search-services @@ -78,7 +79,7 @@ false Alfresco Software Limited - true + ${license.update.copyright} true true classpath://alfresco