Exclude the log files used for tests
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/2923a1ca Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2923a1ca Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2923a1ca Branch: refs/heads/master Commit: 2923a1ca7ea15170946694f8ce27bc3665c9dd76 Parents: 9916405 Author: zhuol <[email protected]> Authored: Mon Nov 9 13:46:15 2015 -0600 Committer: zhuol <[email protected]> Committed: Mon Nov 9 13:46:15 2015 -0600 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/2923a1ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c74f89f..b90dd79 100644 --- a/pom.xml +++ b/pom.xml @@ -857,6 +857,7 @@ <exclude>**/docs/**</exclude> <exclude>**/.git/**</exclude> <exclude>**/derby.log</exclude> + <exclude>**/src/dev/**</exclude> </excludes> </configuration> </plugin>
