Updating some excludes in rat config. ADD THIS TO TRUNK.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/98895548 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/98895548 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/98895548 Branch: refs/heads/apache-blur-0.2 Commit: 98895548ab9d9b16744cd53b158d8c7d53c1f556 Parents: 4419f60 Author: Aaron McCurry <[email protected]> Authored: Thu Sep 5 23:52:13 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Thu Sep 5 23:52:13 2013 -0400 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/98895548/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8848130..3c42cb1 100644 --- a/pom.xml +++ b/pom.xml @@ -238,6 +238,9 @@ under the License. <exclude>**/.classpath</exclude> <exclude>**/.project</exclude> <exclude>**/.settings/**</exclude> + <exclude>**/site/**</exclude> + <exclude>**/*.png</exclude> + <exclude>**/*.gif</exclude> </excludes> </configuration> </plugin>
