From b6571f5e8592b8849b3daff550d8ed5dbcd7a66a Mon Sep 17 00:00:00 2001 From: Roy Wetherall Date: Tue, 1 Mar 2016 13:16:05 +1100 Subject: [PATCH] Add update license header goal to automation project and add community license to automation project source. --- rm-automation/pom.xml | 86 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 3e2907907c..b63a36d28e 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -65,7 +65,93 @@ + + + + org.codehaus.mojo + license-maven-plugin + 1.8 + + + ${license.verbose} + false + + + ${license.org.name} + ${project.parent.basedir}/license/description.ftl + true + true + + + true + alfresco_community + file:/${project.parent.basedir}/license + + + ${license.update.dryrun} + true + true + + + + **/package-info.java + **/*.properties + **/*.css + **/*.xml + **/*.json + **/*.txt + + + + + + first + + update-file-header + + process-sources + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + license-maven-plugin + + + [1.8,) + + + + update-file-header + + + + + + + + + + + + +