We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduce steps:
"java.import.projectSelection": "manual"
Let Me Select...
module4
multimodule
pom.xml
multimodule/module4
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>foo.bar</groupId> <artifactId>multimodule</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>module4</artifactId> <packaging>jar</packaging> </project>
multimodule/pom.xml
<modules>
<project ...> ... <modules> <module>module1</module> <module>module4</module> </modules> ... </project>
The text was updated successfully, but these errors were encountered:
testforstephen
Successfully merging a pull request may close this issue.
Reproduce steps:
"java.import.projectSelection": "manual"
Let Me Select...
and select all projects to import. Wait for the language server to be readymodule4
in the root foldermultimodule
, and then new apom.xml
file in themultimodule/module4
with the following contents.multimodule/pom.xml
and add the new modulemodule4
as a sub module. The<modules>
section should look like this:The text was updated successfully, but these errors were encountered: