Updated Branches: refs/heads/flume-1.4 d1b9ca17c -> 1f4d1400e
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/1f4d1400 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/1f4d1400 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/1f4d1400 Branch: refs/heads/flume-1.4 Commit: 1f4d1400e6c231cb907d6e660730dc525be346f9 Parents: d1b9ca1 Author: Mike Percy <[email protected]> Authored: Thu Mar 14 18:20:46 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Thu Mar 14 18:22:39 2013 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/1f4d1400/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ef21df6..06afd70 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>
