From 6e3b987948ded990b0ced0db2ec03af60ce1fc7e Mon Sep 17 00:00:00 2001 From: Roy Wetherall Date: Wed, 2 Mar 2016 10:25:43 +1100 Subject: [PATCH] Updated README with information on how to refresh license headers --- README.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 80e7439feb..1ea55a44f5 100644 --- a/README.txt +++ b/README.txt @@ -36,4 +36,12 @@ Running integration test: In order to execute the integration tests run the following command (unit tests will be executed every time before you start Alfresco/Share): -mvn clean install -Dskip.integrationtests=false \ No newline at end of file +mvn clean install -Dskip.integrationtests=false + + +Updating License Headers: +------------------------- + +In order to refesh out of date license source headers run the following command: + +mvn clean install -Dlicense.update.dryrun=false \ No newline at end of file