You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2017/01/15 21:18:42 UTC

[2/2] maven-resolver git commit: Add binary files to rat ignores as it is inconsistent in ignoring them

Add binary files to rat ignores as it is inconsistent in ignoring them


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

Branch: refs/heads/MNG-6007
Commit: 61af1948bb77d7c592f78bab524f78c287d7bd73
Parents: 5779a35
Author: Stephen Connolly <st...@gmail.com>
Authored: Sun Jan 15 21:09:49 2017 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Sun Jan 15 21:16:12 2017 +0000

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/61af1948/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a1ded5c..32509b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,6 +309,7 @@
             <excludes combine.children="append">
               <exclude>src/test/resources/**/*.ini</exclude>
               <exclude>src/test/resources/**/*.txt</exclude>
+              <exclude>src/test/resources/ssl/*-store</exclude>
             </excludes>
           </configuration>
         </plugin>