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