[
https://issues.apache.org/jira/browse/HBASE-30214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088934#comment-18088934
]
Hudson commented on HBASE-30214:
--------------------------------
Results for branch branch-2.6
[build #477 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/477/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/477/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/477/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/477/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/477/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/477/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> Add m2e.disableTestClasspathFlag=true to fix Eclipse test classpath for
> workspace projects
> ------------------------------------------------------------------------------------------
>
> Key: HBASE-30214
> URL: https://issues.apache.org/jira/browse/HBASE-30214
> Project: HBase
> Issue Type: Improvement
> Components: build
> Affects Versions: 3.0.0
> Reporter: Aman Poonia
> Assignee: Aman Poonia
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.5.16, 2.6.7
>
>
> When importing HBase into Eclipse using m2e with all modules as workspace
> projects, test source folders get marked with `test="true"` in generated
> .classpath files. This causes test-scoped sibling dependencies (e.g.
> hbase-common:test-jar) to be invisible when editing test sources in
> dependent modules like hbase-server.
> Fix: add `m2e.disableTestClasspathFlag=true` to the existing
> `eclipse-specific` profile in the root pom.xml. This prevents m2e from
> setting the `test="true"` attribute on test source classpath entries.
> The property is inherited by all child modules and has zero effect on
> CLI Maven builds.
> After "Maven → Update Project" in Eclipse, the regenerated .classpath
> entries for test sources no longer carry `test="true"`, confirming the fix.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)