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

virajjasani pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new b0d661d6ea3 HBASE-30214 Add m2e.disableTestClasspathFlag=true to fix 
Eclipse test classpath for workspace projects (#8328)
b0d661d6ea3 is described below

commit b0d661d6ea3f1fae896e15ea218af35aaddbcebf
Author: Aman Poonia <[email protected]>
AuthorDate: Sat Jun 13 03:03:14 2026 +0530

    HBASE-30214 Add m2e.disableTestClasspathFlag=true to fix Eclipse test 
classpath for workspace projects (#8328)
    
    Signed-off-by: Viraj Jasani <[email protected]>
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index c244875b5d5..54131d77236 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5279,6 +5279,11 @@
           <name>m2e.version</name>
         </property>
       </activation>
+      <properties>
+        <!-- Keeps test-scope deps on the main classpath in Eclipse so test
+             sources can resolve sibling *-tests.jar artifacts without errors. 
-->
+        <m2e.disableTestClasspathFlag>true</m2e.disableTestClasspathFlag>
+      </properties>
       <build>
         <pluginManagement>
           <plugins>

Reply via email to