PHOENIX-3565 Set failIfNoTests=false on surefire and failsafe
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a164f032 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a164f032 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/a164f032 Branch: refs/heads/calcite Commit: a164f0327e568a515ce9da2f5760c57a4d4dd188 Parents: e4c6f5c Author: Josh Elser <els...@apache.org> Authored: Thu Jan 5 12:48:21 2017 -0500 Committer: Josh Elser <els...@apache.org> Committed: Thu Jan 5 22:19:35 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/a164f032/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4a0292d..d47a6b8 100644 --- a/pom.xml +++ b/pom.xml @@ -119,6 +119,8 @@ <!-- Plugin options --> <numForkedUT>8</numForkedUT> <numForkedIT>8</numForkedIT> + <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests> + <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests> <!-- Set default encoding so multi-byte tests work correctly on the Mac --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>