| Type | Changes | By |
|---|
| A graphical Project Object Model (POM) editor. The editor includes a standard text editor, as well as an intuitive user interface for editing the various aspects of a project. |
arikkfir
|
| Full synchronization between the POM text editor and the graphical POM editor, as well as with POM modifications outside the IntelliJ IDE. |
arikkfir
|
| Automatic discovery of POM files (
project.xmland
maven.xml) for each IntelliJ module. The plugin will detect if you create one of these files either from inside the IDE or from outside, and will respond appropriately. |
arikkfir
|
| A special Maven side pane (also called a Tool Window) displaying the available Maven goals for the project. The pane shows goals defined in the module's
maven.xmlfile, and common goals, marked as "favorites" in the module settings dialog. |
arikkfir
|
| Execution of selected goal(s) in a dedicated execution console which supports stop, pause, and re-run. The console supports copying the Maven output into the clipboard or into a text file. |
arikkfir
|
| Compilation errors reported by Maven in the execution console are displayed as links, which open the appropriate source code file at the appropriate location. |
arikkfir
|
| Auto-detection of your Maven home (via the
MAVEN_HOMEenvironment variable), and support for specifying a different Maven home (does not modify the environment variable). |
arikkfir
|
| Easy installation via the IntelliJ IDEA plugins manager. |
arikkfir
|
| Support for assigning shortcut keys (hot-keys) for specific goals for a specific module in the IDE (no need to find the goal in the Goals tool window). |
arikkfir
|