Repository: qpid-dispatch Updated Branches: refs/heads/master db6ed6b15 -> 663a997c3
DISPATCH-1121: Exclude same files in new directory Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/663a997c Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/663a997c Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/663a997c Branch: refs/heads/master Commit: 663a997c3abc8e03c3cfeeea46116745309c99f8 Parents: db6ed6b Author: Chuck Rolke <[email protected]> Authored: Mon Dec 3 15:22:01 2018 -0500 Committer: Chuck Rolke <[email protected]> Committed: Mon Dec 3 15:22:01 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/663a997c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7733df2..6f1f230 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ <exclude>qpid-proton/**</exclude> <exclude>libuv/**</exclude> <exclude>libwebsockets/**</exclude> - <exclude>bin/log_scraper/test_data/**</exclude> + <exclude>tools/scraper/test_data/**</exclude> </excludes> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
