This is an automated email from the ASF dual-hosted git repository.
chinmayskulkarni pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/4.x by this push:
new 478b43c (Addendum) PHOENIX-5842 Check for absence of system property
to deactivate code coverage
478b43c is described below
commit 478b43ca24688265ddb333969265ed19ae889dc9
Author: Sandeep Guggilam <[email protected]>
AuthorDate: Tue May 12 17:08:42 2020 -0700
(Addendum) PHOENIX-5842 Check for absence of system property to deactivate
code coverage
Signed-off-by: Chinmay Kulkarni <[email protected]>
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index fbb295a..078731f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1220,8 +1220,7 @@
<id>codecoverage</id>
<activation>
<property>
- <name>code.coverage</name>
- <value>!deactivate</value>
+ <name>!skip.code-coverage</name>
</property>
</activation>
<build>