From f99e70c2518b9073f2b6e694bccbbbec19ba9f4a Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 14 May 2020 10:43:12 +0100 Subject: [PATCH] SEARCH-2249 Allow automated updates to the copyright headers. This can be done with the command: mvn clean install -Dlicense.update.dryrun=false -DskipTests=true (cherry picked from commit e184132fc8914d30691e753594b01cb60a076b6b) --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8d7cc038d..ed0b2dac7 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,7 @@ https://artifacts.alfresco.com/nexus/content/repositories/public/org/apache/solr/solr/solr-${solr.version}/solr-solr-${solr.version}.zip ${project.build.directory}/solr-${solr.version} enterprise + true search-services @@ -77,10 +78,12 @@ false Alfresco Software Limited + true true true classpath://alfresco ${licenseName} + ${license.update.dryrun} src @@ -94,7 +97,7 @@ check-licenses compile - check-file-header + update-file-header