Repository: karaf Updated Branches: refs/heads/karaf-2.x a6927a869 -> 898bcb9c7
to make maven-rat-plugin happy Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/898bcb9c Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/898bcb9c Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/898bcb9c Branch: refs/heads/karaf-2.x Commit: 898bcb9c71e2f3d36ae1ab92390f23e3efa84e35 Parents: a6927a8 Author: Freeman Fang <[email protected]> Authored: Thu Apr 24 12:35:07 2014 +0800 Committer: Freeman Fang <[email protected]> Committed: Thu Apr 24 12:35:07 2014 +0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/898bcb9c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c9948da..0c9ddfe 100644 --- a/pom.xml +++ b/pom.xml @@ -1611,6 +1611,7 @@ <exclude>**/.*</exclude> <exclude>**/eclipse-classes/**/*</exclude> <exclude>**/dependency-reduced-pom.xml</exclude> + <exclude>**/.settings/**/*</exclude> <!-- Resources files --> <exclude>**/bundle.info</exclude> <exclude>**/*.txt</exclude>
