

- #Eclipse enterprise edition download for maven project install#
- #Eclipse enterprise edition download for maven project code#
You can also click Manage Catalogs and add a custom repository if you need.Īrchetype: select the needed Maven archetype. m2 directory, or you can select Maven central repository. You can also select the local repository that is located in the. The internal Maven catalog is a default one. JDK: specify project's SDK (JDK) or use the default one.Ĭatalog: specify which Maven repository you want to use in your project. Location: specify the location of your project. Using options on the right, configure your project: Select Maven Archetype from the options on the left. Otherwise, select File | New | Project from the main menu. If no project is currently opened in IntelliJ IDEA, click New Project on the welcome screen. The version of Java specified in the pom.xml file overrides the version specified in the JDK for Importer option, located in the Maven settings.Ĭreate a new project with Maven archetype IntelliJ IDEA creates a Maven project with the pom.xml file that includes compiler and target versions of Java, dedicated Maven tool window, and all the necessary dependencies to start your work. In Advanced Settings, specify the following Maven coordinates that are added to the pom.xml file:įor more information on Maven coordinates, see Maven naming conventions.
#Eclipse enterprise edition download for maven project code#
Select Add sample code if you want your project to have a file with a basic code sample. Specify project's SDK (JDK) or use the default one.

Select Maven in the list of Build system. Click if you want to add other languages available via plugins. Select a language that you want to use in your project. You will be able to do it later at any time. Select the Create Git repository to place the new project under version control. Name the new project and change its location if necessary. If no project is currently open in IntelliJ IDEA, click New Project on the Welcome screen.
#Eclipse enterprise edition download for maven project install#
If you want to use a custom Maven version that is not bundled with IntelliJ IDEA, you need to install it locally. For more information, refer to the WSL section. You can also create a Maven project and store it in the WSL environment or open it from the WSL file system. You can easily create a new Maven project, open and sync an existing one, add a Maven support to any existing IntelliJ IDEA project, configure and manage a multi-module project. IntelliJ IDEA supports a fully-functional integration with Maven that helps you automate your building process.
