Although Maven should be included in all IntelliJ versions, you might find that it’s not installed. That’s ok! You can download the Maven plug-in from the Marketplace. [1] X Research source Install plugins | IntelliJ IDEA (jetbrains. com)
If you already have a project open in IntelliJ, close it to see the Welcome window.
If you already have a project open in IntelliJ, close it to see the Welcome window.
If you already have a project open in IntelliJ, close it to see the Welcome window.
By default, your system’s JDK is selected. Although the menu is labeled “SDK,” you’re opting to use “JDK” because Maven works within Java and you’ll be using a Java development kit.
If you don’t see Maven as an option when you create a new project, make sure the plugin is enabled. Go to Settings(Preferences) > Plugins > Maven > Enable then restart IntelliJ. [3] X Research source