bazel-eclipse
bazel-eclipse copied to clipboard
Support non-Maven layouts in Java source jars
The IJ plugin community has discovered some cases in which source jars built by Bazel have non-Maven layouts in some cases, which impedes navigating into the src jar. IJ has a way to customize the source jar navigation logic, perhaps Eclipse JDT has something similar.
- https://github.com/bazelbuild/intellij/issues/1206
- https://github.com/bazelbuild/intellij/pull/1207#issuecomment-614768948
- https://github.com/bazelbuild/bazel/issues/8277
If I skimmed the issue/pr correctly, BEF can punt on addressing this and hide behind our conforming java package limitation for now. But eventually this would be nice to fix.