Repository: karaf Updated Branches: refs/heads/master fd2033b21 -> dde4a388f
KARAF-2947 Ignore eclipse resources from rat checks Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/dde4a388 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/dde4a388 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/dde4a388 Branch: refs/heads/master Commit: dde4a388fa1a229381910674bf9f0b1849818ba5 Parents: fd2033b Author: Christian Schneider <[email protected]> Authored: Mon Apr 28 10:25:47 2014 +0200 Committer: Christian Schneider <[email protected]> Committed: Mon Apr 28 10:25:47 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/dde4a388/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 386c5ef..cd6ef8c 100644 --- a/pom.xml +++ b/pom.xml @@ -2236,6 +2236,8 @@ <exclude>**/.*</exclude> <exclude>**/eclipse-classes/**/*</exclude> <exclude>**/dependency-reduced-pom.xml</exclude> + <exclude>**/.settings/**</exclude> + <exclude>**/bin/**</exclude> <!-- resources file --> <exclude>**/bundle.info</exclude> <exclude>**/goal.txt</exclude>
