diff --git a/pom.xml b/pom.xml index a323ed89..3f584ad8 100644 --- a/pom.xml +++ b/pom.xml @@ -302,6 +302,26 @@ + + org.glassfish.copyright + glassfish-copyright-maven-plugin + 2.4 + + + Check-CopyRight-Notice + + copyright + check + + process-sources + + + + ${ibis.ladybug.rootdir}${file.separator}copyrightExcludeFile.txt + true + ${ibis.ladybug.rootdir}/copyrightTemplateFile.txt + + maven-compiler-plugin 3.10.1 @@ -504,12 +524,6 @@ skip-copyright - - - !maven.skip.copyright - !true - - @@ -523,14 +537,9 @@ copyright check - process-sources + none - - ${ibis.ladybug.rootdir}${file.separator}copyrightExcludeFile.txt - true - ${ibis.ladybug.rootdir}/copyrightTemplateFile.txt -