Updated README with information on how to refresh license headers

This commit is contained in:
Roy Wetherall
2016-03-02 10:25:43 +11:00
parent 7d358e9662
commit 6e3b987948

View File

@@ -37,3 +37,11 @@ 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
Updating License Headers:
-------------------------
In order to refesh out of date license source headers run the following command:
mvn clean install -Dlicense.update.dryrun=false