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