meghanada-emacs icon indicating copy to clipboard operation
meghanada-emacs copied to clipboard

support for multi-module maven projects

Open JoshLitt opened this issue 6 years ago • 1 comments

Meghanada doesn't seem to work as well as it could with my multi-module maven project. Maybe I just don't understand how to configure it correctly (if so, they a section of the README.md for that would help).

According to (meghanada-show-project), it thinks the project root is the sub-project containing the source I'm looking at. This means it has trouble finding sources in the other sub-projects of the project. Also seems to have trouble compiling files in the sub-project.

JoshLitt avatar Jul 03 '19 17:07 JoshLitt

idea will create a parent maven project i just create a empty class in the parent folder(with a src/main/java/test.java), then restart meghanada-server, finally it will find the right maven project

pkvov avatar Jul 19 '20 14:07 pkvov