I am planning to built multi module Maven Java Project as part of creating a mono repo. InteliJ IDE has an easy way to build Maven Modules inside an existing Maven Project.
CodePudding user response:
I'm currently dealing with the same task and can't finde a way to add a Maven module in VSCode. The article MingJie is referring to uses Intellij. Already at step 2 the option "New/Module" is missing in VSCode or at least I can't find it. Hitting "Install" at the parent module doesn't do anything.