This is an automated email from the ASF dual-hosted git repository.
richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new 8247827 PHOENIX-7554: Do not run scalatests when -DskipTests
parameter is present (#152)
8247827 is described below
commit 8247827ac5f6efd0b0ec9f421be97d26c141b40c
Author: richardantal <[email protected]>
AuthorDate: Fri Mar 21 14:31:13 2025 +0100
PHOENIX-7554: Do not run scalatests when -DskipTests parameter is present
(#152)
---
phoenix5-spark/pom.xml | 2 +-
phoenix5-spark3/pom.xml | 2 +-
pom.xml | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/phoenix5-spark/pom.xml b/phoenix5-spark/pom.xml
index fdd614d..5c4bafc 100644
--- a/phoenix5-spark/pom.xml
+++ b/phoenix5-spark/pom.xml
@@ -523,7 +523,7 @@
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
- <skipTests>${skip.scalatest}</skipTests>
+ <skipTests>${skipTests}</skipTests>
</configuration>
<executions>
<execution>
diff --git a/phoenix5-spark3/pom.xml b/phoenix5-spark3/pom.xml
index 98394e2..53733d4 100644
--- a/phoenix5-spark3/pom.xml
+++ b/phoenix5-spark3/pom.xml
@@ -278,7 +278,7 @@
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
- <skipTests>${skip.scalatest}</skipTests>
+ <skipTests>${skipTests}</skipTests>
</configuration>
<executions>
<execution>
diff --git a/pom.xml b/pom.xml
index ddd941d..15ca465 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,6 @@
<hbase.shaded.package>org.apache.hadoop.hbase.shaded</hbase.shaded.package>
<phoenix.main.version>5</phoenix.main.version>
- <skip.scalatest>false</skip.scalatest>
<skip.spark.javadoc>false</skip.spark.javadoc>
</properties>