Repository: maven-indexer
Updated Branches:
  refs/heads/master 062de431b -> 6f058a46e


Move Rat configuration to pluginManagement, so that it can be inherited 
properly.


Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/4e6631f9
Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/4e6631f9
Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/4e6631f9

Branch: refs/heads/master
Commit: 4e6631f9eb32ef5863bb168e435c10911e91b272
Parents: 062de43
Author: Dennis Lundberg <denn...@apache.org>
Authored: Sat Sep 20 23:13:19 2014 +0200
Committer: Dennis Lundberg <denn...@apache.org>
Committed: Sat Sep 20 23:13:19 2014 +0200

----------------------------------------------------------------------
 pom.xml | 29 +++++++++--------------------
 1 file changed, 9 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/4e6631f9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 788d510..fc45919 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,26 +440,6 @@ under the License.
             <goals>
               <goal>check</goal>
             </goals>
-            <configuration>
-              <excludes>
-                <exclude>README.md</exclude>
-                <exclude>.gitignore</exclude>
-                <exclude>NOTICE</exclude>
-                <exclude>.git/**</exclude>
-                <exclude>.idea/**</exclude>
-                <!-- exlude some test resources from rat analysis -->
-                <exclude>src/test/**/*.sha1</exclude>
-                <exclude>src/test/**/*.md5</exclude>
-                <exclude>src/test/**/*.xml</exclude>
-                <exclude>src/test/**/*.pom</exclude>
-                <exclude>src/test/**/*.asc</exclude>
-                <exclude>src/test/**/*.properties</exclude>
-                <exclude>src/test/**/*.swc</exclude>
-                <exclude>src/test/**/*.txt</exclude>
-                <exclude>src/test/**/*.filename</exclude>
-                <exclude>src/test/**/.placeholder</exclude>
-              </excludes>
-            </configuration>
           </execution>
         </executions>
       </plugin>
@@ -494,6 +474,15 @@ under the License.
           <artifactId>maven-scm-publish-plugin</artifactId>
           <version>1.1</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>README.md</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings 
only. It has no influence on the Maven build 
           itself. -->
         <plugin>

Reply via email to