Import from Maven. Page 1
Use this page to specify the import preferences. The default import settings are defined in the Maven Integration dialog.
Item | Description |
---|---|
Root directory | Specify the directory where the Maven projects you want to import are located. |
Search for projects recursively | Select this check box to make import look for the nested pom.xml files. |
Project format | Select the format in which you want to store your project. For the details on the two available formats, refer to the Project section. |
Keep project files in | Select this check box to specify the desired location for storing project and module files. |
Import Maven projects automatically | Select this check box if you want IntelliJ IDEA to perform reimport automatically each time you change your
pom.xml .
|
Create IntelliJ IDEA modules for aggregator projects (with 'pom' packaging) | Clear this check box to skip creating IntelliJ IDEA modules. You might want to do that if the Maven project you
import is an aggregator, and its packaging element has the value
pom .
|
Create module groups for multi-module Maven projects | If this check box is selected, IntelliJ IDEA will create a module group from an aggregative Maven project, with the nested modules included in this group. |
Keep source and test folders on reimport | If this check box is selected, the source and test folders are kept when you reimport a project. |
Exclude build directory
(PROJECT_ROOT/target) | Clear this check box to disable the automatic exclusion of target folders.
Note if a |
Use Maven output directories | If this check box is not selected, the build is created in the regular IntelliJ IDEA's
output directory USER_HOME\IdeaProjects\<project>\classes\Production\ .
If this check box is selected, the build is generated in the Maven's output directory, and the results of IntelliJ IDEA's compilation are reused. However, IntelliJ IDEA itself does not reuse Maven build results and performs compilation from scratch. |
Generated sources folders | Specify the directory of your source root when you reimport a project.
You can select one of the following options:
|
Phase to be used for folders update | Select Maven phase to be used for folders update. This might be useful if you adjust your plugins so that the additional sources are loaded at some phase. |
Automatically download | Specify the automatic download of sources and documentation comments into a local repository
when you open a Maven project.
You can select one or both of the following check boxes: |
Dependency types | Use this field to specify dependency types that you want to include in your import. |
Environment settings | Click this button to specify Maven Environment settings. |
See Also
Last modified: 21 March 2017