Recognize submodules with alternative pom.xml (not in subfolders) · Issue #1080 · microsoft/vscode-maven · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In a modular project, when a submodule is especified not in a subfolder but in an alternative pom.xml, such as "java.xml", the IDE does not recognize its Java source folders. Autocomplete does not work, etc.
To Reproduce
Create a modular Maven project. Create a submodule with a pom.xml file called "java.xml", pointing its java source folders to inside the main project folder. Put some Java files in there.
Expected behavior
Opening those Java files, the IDE recognizes them in context, autocomplete works fine. Those Java classes become available to other submodules which point to this one.
Environments (please complete the following information as much as possible):
OS: FreeBSD
VS Code version: 1.99
Extension version 0.44.0
The text was updated successfully, but these errors were encountered:
Describe the bug
In a modular project, when a submodule is especified not in a subfolder but in an alternative pom.xml, such as "java.xml", the IDE does not recognize its Java source folders. Autocomplete does not work, etc.
To Reproduce
Create a modular Maven project. Create a submodule with a pom.xml file called "java.xml", pointing its java source folders to inside the main project folder. Put some Java files in there.
Expected behavior
Opening those Java files, the IDE recognizes them in context, autocomplete works fine. Those Java classes become available to other submodules which point to this one.
Environments (please complete the following information as much as possible):
The text was updated successfully, but these errors were encountered: