MavenHelper
MavenHelper copied to clipboard
IntelliJ plugin - https://plugins.jetbrains.com/plugin/7179
**Describe the bug** When invoking a self-created goal, the quotation marks are not passed to the terminal. **To Reproduce** Steps to reproduce the behavior: 1. Create a goal like `clean...
First let me say that your plugin is really helpful and I've been using it a long time. Thanks for your work. In projects with pom submodules it's not possible...
In toolbar, maven helper custom icons don't load unless editing or applying Maven Helper settings. In toolbar, "Run Maven Goal" doesn't appear unless you're in editor. IDEA Version: **2022.2**
i very like this plugin witch makes dependency visualization, i think it should filter by dependency version witch use snapshot or release,because dependencies should use release version on production environment...
when I want excluse any package ,this tools Prompt me ”Parent dependency not found, it is probably in the parent pom“ ,so I must manually exclude dependencies,I think it's a...
Command to build selected module with all required modules. For example: ``` mvn install -pl module-abc -am ```
Product Infos Maven: 3.6.3 IntelliJ Maven Helper plugin: 4.18.212.000.1 IDEA: IntelliJ IDEA 2021.2.3 IDEA-Build: IU-212.5457.46, October 12, 2021 JRE: 11.0.12+7-b1504.40 x86_64 JVM: OpenJDK 64-Bit Server VM JetBrains s.r.o. java.lang.Throwable: Conflicting...
``` java.lang.ClassCastException: class krasa.mavenhelper.MyProjectService cannot be cast to class krasa.mavenhelper.MyProjectService (krasa.mavenhelper.MyProjectService is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @6e3b5838; krasa.mavenhelper.MyProjectService is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @2a4b0567) at krasa.mavenhelper.MyProjectService.getInstance(MyProjectService.java:22)...
There is currently no setting to switch mvn command to mvnd, look forward to adding this feature. Thank you ☺!
The Project panel has a settings to follow whatever file is active in the editor "Always Select Opened File". I'd like the same for the Maven panel.