A must have plugin for working with Maven.
- easy way for analyzing and excluding conflicting dependencies
- actions to run/debug maven goals for a module that contains the current file or on the root module
- action to open terminal at the current maven module path
- actions to run/debug the current test file.
Usage:
- Right click in Editor | Run Maven
- Right click in Project View Toolbar | (Run|Debug) Maven
- CTRL + ALT + R - "Run Maven Goal" popup (you can use Delete key in the popup)
- CTRL + SHIFT + ALT + R - "Run Maven Goal on Root Module" popup (you can use Delete key in the popup)
- Customize goals: Settings | Other Settings | Maven Helper
- Define shortcuts: Settings | Keymap | Plug-ins | Maven Helper
- Open pom file, click on 'Dependency Analyzer' tab, right click in the tree for context actions.
If maven-surefire-plugin is configured to skip or exclude the test, 'verify' goal will be used, see different configuration styles at
https://github.com/harishkannarao/MavenSurefireFailsafeExamples Donations |
GitHub |
Issues