[
https://issues.apache.org/jira/browse/HBASE-30214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088682#comment-18088682
]
Hudson commented on HBASE-30214:
--------------------------------
Results for branch branch-2.6
[build #51 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/51/]:
(x) *{color:red}-1 overall{color}*
----
Backwards compatibility checks:
(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/51/console]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/51/console]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/51/console]
(/) {color:green}+1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/51/console]
(x) {color:red}-1 jdk17 hadoop 3.4.2 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/51/console]
> 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)