Import module from existing sources does not work
Answered
As title says.
I have a Maven project added to IntelliJ (project is on WSL ubuntu). I am trying to add another module to the same window
New→Module from existing sources→Select my project folder(also on WSL)→Select Maven
The project does not appear anywhere in the window.
Intellij Version: 2025.3.4
Please sign in to leave a comment.
This issue is often related to IntelliJ not properly importing Maven modules from the WSL filesystem. Make sure the folder you select contains a valid pom.xml, then check File → Project Structure → Modules to confirm whether the module was added but not displayed. Also verify that IntelliJ is using the WSL-based JDK and Maven settings instead of the Windows environment. If it still does not appear, try opening the second Maven project separately, reload Maven, and then attach it again. myccpay com