Repository: commons-io
Updated Branches:
  refs/heads/master 4aebb1129 -> 878133480


pom.xml: move apache-rat configuration to pluginManagement section so that does 
not have to appear twice


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

Branch: refs/heads/master
Commit: 878133480c2854535a069084b86ef158d3027e81
Parents: 4aebb11
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Dec 18 17:05:53 2016 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Dec 18 17:05:53 2016 +0100

----------------------------------------------------------------------
 pom.xml | 35 ++++++++++++-----------------------
 1 file changed, 12 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/87813348/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c12162e..10c1df5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,18 @@ file comparators, endian transformation classes, and much 
more.
 
   <build>
     <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>src/test/resources/**/*.bin</exclude>
+              <exclude>test/**</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
     </pluginManagement>
     <plugins>
       <plugin>
@@ -307,18 +319,6 @@ file comparators, endian transformation classes, and much 
more.
           </ignorePathsToDelete>
         </configuration>
       </plugin>
-      <!-- Configure RAT for CLI invocation: mvn apache-rat:rat -->
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <!-- Must agree with report section RAT config -->
-        <configuration>
-          <excludes>
-            <exclude>src/test/resources/**/*.bin</exclude>
-            <exclude>test/**</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 
@@ -348,17 +348,6 @@ file comparators, endian transformation classes, and much 
more.
           
<excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <!-- Must agree with build section RAT config -->
-        <configuration>
-          <excludes>
-            <exclude>src/test/resources/**/*.bin</exclude>
-            <exclude>test/**</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
     </plugins>
   </reporting>
   <profiles>

Reply via email to