Updated Branches:
  refs/heads/master 7bb5f1957 -> 50a24e541

upgrade to rat:0.9 and defensively prepare for maven-parent 24


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

Branch: refs/heads/master
Commit: 50a24e5418a5eecfec5caa2502c59be3bd1b67a0
Parents: 7bb5f19
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
Authored: Mon Jul 8 10:35:59 2013 +0100
Committer: Stephen Connolly <stephen.alan.conno...@gmail.com>
Committed: Mon Jul 8 10:35:59 2013 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/50a24e54/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 95a25b8..fe5f418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,12 +435,9 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.8</version>
+          <version>0.9</version>
           <configuration>
             <excludes>
-              <exclude>**/.git*</exclude>
-              <exclude>.git/**</exclude>
-              <exclude>.idea/**</exclude>
               <exclude>src/test/resources*/**</exclude>
               <exclude>src/test/projects/**</exclude>
               <exclude>src/test/remote-repo/**</exclude>
@@ -494,6 +491,8 @@
             <exclude>bootstrap/**</exclude>
             <exclude>README.bootstrap.txt</exclude>
           </excludes>
+          <!-- maven-parent:24 sets ignore errors, but core is ahead -->
+          <ignoreErrors>false</ignoreErrors>
         </configuration>
       </plugin>
     </plugins>


Reply via email to