This is an automated email from the ASF dual-hosted git repository.
virajjasani pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new d79d783ae10 HBASE-30214 Add m2e.disableTestClasspathFlag=true to fix
Eclipse test classpath for workspace projects (#8328)
d79d783ae10 is described below
commit d79d783ae10653b9b747f359a9c5fe927b78037c
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 16da116fe39..bcded74737f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5291,6 +5291,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>