From 6efeea3acb7614535e44d3befad047e5a0aaf2a5 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 25141db1e..918c52500 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