You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2017/01/06 05:06:13 UTC

[4/6] phoenix git commit: PHOENIX-3565 Set failIfNoTests=false on surefire and failsafe

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/e24ec6a8
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e24ec6a8
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/e24ec6a8

Branch: refs/heads/4.x-HBase-1.1
Commit: e24ec6a8eeceab8358f2cc2d2bcfba9f18571c13
Parents: d79943a
Author: Josh Elser <el...@apache.org>
Authored: Thu Jan 5 12:48:21 2017 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Thu Jan 5 23:49:16 2017 -0500

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e24ec6a8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7978a81..7a82e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,6 +119,8 @@
     <!-- Plugin options -->
     <numForkedUT>6</numForkedUT>
     <numForkedIT>6</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>