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 + + + + + + + + + + + + +