Maven Projects Tool Window
This tool window is marked with the icon .
Use the Maven Projects tool window to view the available Maven projects, download sources and Javadocs, and execute phases of the build lifecycle. The tool window displays nodes for each Maven project, with the Lifecycle and Plugins subnodes. If at least one of the pom.xml
files contains profile definition, the Profiles node is added to the tool window. This node contains all profiles defined in the Maven projects. The Maven Projects tool window also displays the Dependencies node if dependencies are added to your project.
In this section:
Toolbar Buttons
Item | Description |
---|---|
![]() | Click this button to synchronize all Maven projects with the IntelliJ IDEA project. See Importing tab of the Maven Integration dialog box. |
![]() | Click this button to launch Maven goals for generating sources and resources for the source and test directories, and read the resulting directory structure. According to the results of such generation, the IntelliJ IDEA folders are properly marked as the source or test roots. See import settings. |
![]() | Click this button to download missing sources and documentation. Select the desired download option from the submenu. You can set up automatic downloading of sources and documentation at the Importing page of the Maven Integration dialog. |
![]() | Click this button to add a Maven project. Select the desired pom.xml file in the dialog that opens. |
![]() | Click this button to execute the selected phase of the build lifecycle or a plugin goal. If several goals are selected, they will be executed in the same order as in the tree. Note that by default this button is disabled, to activate it you need to select a build phase or a plugin goal to run. |
![]() | Click this button to execute a maven goal using a command line. ![]() |
![]() | Click this button to toggle offline mode. |
![]() | Click this button to turn on the Maven option Skip test mode, and omit running unit tests. |
![]() | Click this button to show the dependencies of the current Maven project in a UML pop-up frame. |
![]() | Click this button to collapse all nodes under the selected Maven project. |
![]() | Click this button to configure the settings of the current Maven project in the Maven Integration dialog box. |
![]() | Click this button to show reference page. |
![]() | Click this button to show the menu of the show options:
|
Context Menu Commands of a Lifecycle Phase
Command | Description |
---|---|
Create <project>[phase] | Choose this command to create run/debug configuration for the selected phase of a lifecycle. |
Run <project>[phase] | Choose this command to run the selected phase of a lifecycle with the phase-specific run/debug configuration. |
Debug <project>[phase] | Choose this command to debug the selected phase of a lifecycle with the phase-specific run/debug configuration. |
Execute before Make, Execute after Make | Choose these commands to set the respective flags for the selected phase of a lifecycle. So doing, Before Make and After Make comments appear next to the name of the node. |
Execute before Rebuild, Execute after Rebuild | Choose these commands to set the respective flags for the selected phase of a lifecycle. In this case Before Rebuild and After Rebuild comments appear next to the name of the node. |
Execute before Run/Debug | Choose this command to specify a run/debug configuration, prior to which the selected phase of a lifecycle should be executed. So doing,Before Run comment appears next to the name of the node. |
Assign Shortcut | Choose this command to associate the selected phase with a keyboard shortcut. So doing, the comment with the shortcut appears next to the name of the node. |
Context Menu Commands of a Maven Project
This section describes only those context menu commands that are not available from the toolbar.