From 7a7f242ff04dfe34d3daa3111a0a5768fb19c9b2 Mon Sep 17 00:00:00 2001 From: Ladislav Thon Date: Thu, 18 Jan 2024 13:12:30 +0100 Subject: [PATCH] Add RAT plugin to check copyright headers --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index f470b521..906fed5e 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,27 @@ + + + org.apache.rat + apache-rat-plugin + ${rat.version} + + + **/*.java + + + + + rat-check + verify + + check + + + + + @@ -89,6 +110,7 @@ false 2.23.0 1.9.0 + 0.16 https://jakarta.oss.sonatype.org/ ${sonatypeOssDistMgmtNexusUrl}content/repositories/staging/