Repository: commons-lang
Updated Branches:
  refs/heads/master 363cbf790 -> 6cfee3d0e


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


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/6cfee3d0
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/6cfee3d0
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/6cfee3d0

Branch: refs/heads/master
Commit: 6cfee3d0e501f781ac5b25aed0b7278ed6ed9543
Parents: 363cbf7
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Dec 18 15:48:26 2016 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Dec 18 15:48:26 2016 +0100

----------------------------------------------------------------------
 pom.xml | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/6cfee3d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7b5de40..12354b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -587,6 +587,23 @@
 
 
   <build>
+   <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>site-content/**</exclude>
+              <exclude>src/site/resources/.htaccess</exclude>
+              <exclude>src/site/resources/download_lang.cgi</exclude>
+              
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
+              <exclude>src/test/resources/lang-708-input.txt</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -724,19 +741,6 @@
         <artifactId>javancss-maven-plugin</artifactId>
         <version>2.1</version>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>site-content/**</exclude>
-            <exclude>src/site/resources/.htaccess</exclude>
-            <exclude>src/site/resources/download_lang.cgi</exclude>
-            
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
-            <exclude>src/test/resources/lang-708-input.txt</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
     </plugins>
   </reporting>
 

Reply via email to