IntelliJ IDEA 2022.3 Help

New project wizard. Maven settings page

This page appears when you select Create from archetype option in the project wizard for Maven. Use this page to modify Maven default settings.

Item

Description

Maven home directory

Use this list to select a bundled Maven version that is available (for Maven2, version 2.2.1 and for Maven3, version 3.0.5) or the result of resolved system variables such as MAVEN_HOME or MAVEN2_HOME. You can also specify your own Maven version that is installed on your machine. You can click the Browse button  and select the necessary directory in the dialog that opens.

User settings file

Specify the file that contains user-specific configuration for Maven in the text field. If you need to specify another file, select Override checkbox, click the ellipsis button and select the desired file in the Select User Settings File dialog.

Local repository

By default, this field shows the path to the local directory under the user home that stores downloads and contains the temporary build artifacts that you have not yet released. If you need to specify another directory, select Override checkbox, click the ellipsis button and select the desired path in the Select Local Repository dialog.

Properties

By default, the columns in this area display system properties that are passed to Maven for creating a project from the archetype.

You can click the following buttons to modify displayed properties:

  • Add Maven property Add a Maven property.

  • Delete Maven property Remove a Maven property.

  • Edit Maven property Edit a Maven property.

Last modified: 11 January 2023