0

It seems that with nested modules, each with their own POM, it will only detect source files in the root parent module. How can I get the source in all modules in the POM hierarchy to be detected so I can use Go to Type?

1 Answers1

0

Please see my answer here. It is not possible. It is necessary to include each module (with the standard Maven directory structure) as a separate project.

Community
  • 1
  • 1