From 6cfee3d0e501f781ac5b25aed0b7278ed6ed9543 Mon Sep 17 00:00:00 2001 From: pascalschumacher Date: Sun, 18 Dec 2016 15:48:26 +0100 Subject: [PATCH] move apache-rat configuration from site to plugin-management sections, so that it also applies when "mvn apache-rat:check" is run thanks to Karl Heinz Marbaise for the patch --- pom.xml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 7b5de4075..12354b070 100644 --- a/pom.xml +++ b/pom.xml @@ -587,6 +587,23 @@ + + + + org.apache.rat + apache-rat-plugin + + + site-content/** + src/site/resources/.htaccess + src/site/resources/download_lang.cgi + src/site/resources/release-notes/RELEASE-NOTES-*.txt + src/test/resources/lang-708-input.txt + + + + + org.apache.maven.plugins @@ -724,19 +741,6 @@ javancss-maven-plugin 2.1 - - org.apache.rat - apache-rat-plugin - - - site-content/** - src/site/resources/.htaccess - src/site/resources/download_lang.cgi - src/site/resources/release-notes/RELEASE-NOTES-*.txt - src/test/resources/lang-708-input.txt - - -