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