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

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


The following commit(s) were added to refs/heads/master by this push:
     new 571d45844a PHOENIX-7675 Update spotless plugin to also format IT 
classes (#2233)
571d45844a is described below

commit 571d45844a4eac2914e8bda8269bc5aab1ebb665
Author: Nihal Jain <[email protected]>
AuthorDate: Fri Jul 18 11:38:14 2025 +0530

    PHOENIX-7675 Update spotless plugin to also format IT classes (#2233)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index f637d815a8..80877bf098 100644
--- a/pom.xml
+++ b/pom.xml
@@ -800,6 +800,7 @@
               <includes>
                 <include>src/main/java/**/*.java</include>
                 <include>src/test/java/**/*.java</include>
+                <include>src/it/java/**/*.java</include>
               </includes>
               <excludes>
                 <exclude>**/generated/*</exclude>

Reply via email to