Home > other >  How to create a Multi Module Maven Project in VSCode
How to create a Multi Module Maven Project in VSCode

Time:06-15

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. enter image description here

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.

  • Related