Repository: maven-resolver Updated Branches: refs/heads/jenkinsfile 5779a3572 -> 0467da231
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/0467da23 Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/0467da23 Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/0467da23 Branch: refs/heads/jenkinsfile Commit: 0467da231ccf15e22ce1fdc9f02523e2f9d407f0 Parents: 5779a35 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Sun Jan 15 21:09:49 2017 +0000 Committer: Stephen Connolly <stephen.alan.conno...@gmail.com> Committed: Sun Jan 15 21:09:49 2017 +0000 ---------------------------------------------------------------------- maven-resolver-transport-http/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/0467da23/maven-resolver-transport-http/pom.xml ---------------------------------------------------------------------- diff --git a/maven-resolver-transport-http/pom.xml b/maven-resolver-transport-http/pom.xml index e4c31d9..d333258 100644 --- a/maven-resolver-transport-http/pom.xml +++ b/maven-resolver-transport-http/pom.xml @@ -113,6 +113,15 @@ <groupId>org.eclipse.sisu</groupId> <artifactId>sisu-maven-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes combine.children="append"> + <exclude>src/test/resources/*-store</exclude> + </excludes> + </configuration> + </plugin> </plugins> </build> </project>