This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push:
new 2a186a693d PHOENIX-7421 Checkstyle plugin fails in
phoenix-client-embedded module (#1998)
2a186a693d is described below
commit 2a186a693de95b12eff77bd0ebc05b244e735329
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Oct 10 07:32:39 2024 +0200
PHOENIX-7421 Checkstyle plugin fails in phoenix-client-embedded module
(#1998)
---
phoenix-client-parent/phoenix-client-embedded/pom.xml | 5 +++++
phoenix-client-parent/phoenix-client/pom.xml | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/phoenix-client-parent/phoenix-client-embedded/pom.xml
b/phoenix-client-parent/phoenix-client-embedded/pom.xml
index f59b0830fa..14cc286e6c 100644
--- a/phoenix-client-parent/phoenix-client-embedded/pom.xml
+++ b/phoenix-client-parent/phoenix-client-embedded/pom.xml
@@ -28,6 +28,11 @@
<artifactId>phoenix-client-embedded-${hbase.suffix}</artifactId>
<name>Phoenix Client Embedded</name>
<description>Phoenix Client without logging implementation</description>
+
+ <properties>
+ <top.dir>${project.basedir}/../..</top.dir>
+ </properties>
+
<packaging>jar</packaging>
<build>
diff --git a/phoenix-client-parent/phoenix-client/pom.xml
b/phoenix-client-parent/phoenix-client/pom.xml
index e03a23415a..21b5d98375 100644
--- a/phoenix-client-parent/phoenix-client/pom.xml
+++ b/phoenix-client-parent/phoenix-client/pom.xml
@@ -28,6 +28,11 @@
<artifactId>phoenix-client-${hbase.suffix}</artifactId>
<name>Phoenix Client</name>
<description>Phoenix Client</description>
+
+ <properties>
+ <top.dir>${project.basedir}/../..</top.dir>
+ </properties>
+
<packaging>jar</packaging>
<build>