From f489fabed6944a372f7fe8653e1244a2feb48cf7 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Wed, 10 Jul 2024 16:35:58 +0200 Subject: [PATCH] Enforce license headers This closes #733 --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pom.xml b/pom.xml index 6d462b06..9fa86b89 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ Access Control Tool Maven Multimodule project for Access Control Tool. https://github.com/Netcentric/accesscontroltool + 2015 Cognizant Netcentric https://www.netcentric.biz/ @@ -440,6 +441,16 @@ jacoco-maven-plugin 0.8.8 + + org.codehaus.mojo + license-maven-plugin + 2.4.0 + + epl_only_v1 + test/resources/**,it/** + false + + @@ -465,6 +476,24 @@ + + org.codehaus.mojo + license-maven-plugin + + + check-license-header + + check-file-header + + validate + + true + true + true + + + + org.sonatype.plugins