Updated Branches: refs/heads/0.1.5 3a91eb83c -> 53de079b1
Adding exclusions to the rat plugin. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/cfac5951 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/cfac5951 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/cfac5951 Branch: refs/heads/0.1.5 Commit: cfac5951309d30feb614030a53a3bffebbc5fe27 Parents: 3a91eb8 Author: Aaron McCurry <[email protected]> Authored: Sun Jun 9 09:29:57 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sun Jun 9 09:29:57 2013 -0400 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/cfac5951/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 67961ce..967e054 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,9 @@ under the License. <exclude>**/input-data/*.txt</exclude> <exclude>**/testsuite/words.txt</exclude--> <exclude>**/README.textile</exclude> + <exclude>**/.classpath</exclude> + <exclude>**/.project</exclude> + <exclude>**/.settings/**</exclude> </excludes> </configuration> </plugin>
