From 72f748fa570f6862770edfe2154609802e1e85c7 Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Thu, 3 Aug 2017 15:22:20 +0100 Subject: [PATCH] REPO-2724 Add licence header checks --- pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/pom.xml b/pom.xml index 6b0cee7963..83ecbad105 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,8 @@ + community + 8080 8443 /alfresco @@ -369,7 +371,51 @@ + + org.codehaus.mojo + license-maven-plugin + + false + Alfresco Software Limited + true + true + classpath://alfresco + ${licenseName} + + src + + + **/*.java + **/*.jsp + + + + + check-licenses + compile + + check-file-header + + + + + + org.alfresco + alfresco-license-headers + 1.0 + + + + + + + org.codehaus.mojo + license-maven-plugin + 1.13 + + +