Updated Branches: refs/heads/trunk 46dadc63e -> 3b29a3c07
FLUME-1686. Exclude target directories & Eclipse files from rat checks. (Roshan Naik and Edward Sargisson via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/3b29a3c0 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/3b29a3c0 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/3b29a3c0 Branch: refs/heads/trunk Commit: 3b29a3c07cbd6e5ac70cc55e506ffaf7ceecfbe2 Parents: 46dadc6 Author: Mike Percy <[email protected]> Authored: Thu Mar 14 18:20:46 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Thu Mar 14 18:20:46 2013 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/3b29a3c0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 00a7e61..77d0e9f 100644 --- a/pom.xml +++ b/pom.xml @@ -535,6 +535,10 @@ limitations under the License. <exclude>**/*.avro</exclude> <exclude>**/docs/**</exclude> <exclude>**/test/resources/test_command.txt</exclude> + <exclude>**/.settings/*</exclude> + <exclude>**/.classpath</exclude> + <exclude>**/.project</exclude> + <exclude>**/target/**</exclude> </excludes> </configuration> </execution>
