This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.2 by this push:
     new 97c4eee8ba PHOENIX-7421 Checkstyle plugin fails in 
phoenix-client-embedded module (#1998)
97c4eee8ba is described below

commit 97c4eee8bab1f30abba0b3cd7d6febb569fcf8bf
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-lite/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 912e347219..1817da9519 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-lite/pom.xml 
b/phoenix-client-parent/phoenix-client-lite/pom.xml
index 9a707b073f..71445a5d71 100644
--- a/phoenix-client-parent/phoenix-client-lite/pom.xml
+++ b/phoenix-client-parent/phoenix-client-lite/pom.xml
@@ -28,6 +28,11 @@
   <artifactId>phoenix-client-lite-${hbase.suffix}</artifactId>
   <name>Phoenix Client Lite</name>
   <description>Phoenix Client without server-side code and 
dependencies</description>
+
+  <properties>
+    <top.dir>${project.basedir}/../..</top.dir>
+  </properties>
+
   <packaging>jar</packaging>
 
   <build>

Reply via email to