Vojtěch Krása

Results 329 comments of Vojtěch Krása

Is $moduleName$ all that is needed? If so, then you can try it: [MavenRunHelper.zip](https://github.com/krasa/MavenHelper/files/8176193/MavenRunHelper.zip)

Fixed: [MavenRunHelper.zip](https://github.com/krasa/MavenHelper/files/8176351/MavenRunHelper.zip) resolve-workspace-artifacts settings is here, it should now work for tests too: ![image](https://user-images.githubusercontent.com/1160875/156530948-b7d033b0-854d-4b35-a4f7-96bc158847bc.png)

"there might be a bug in that whenever I edit the settings I need to restart the ide or the plugin context menus are completely gone." That sounds super strange,...

Dmaven.multiModuleProjectDirectory and -f pomname is set here (`mavenProject.getDirectory(), null`), so it could be customized somehow: https://github.com/krasa/MavenHelper/blob/1309372be0c0752328f51105e945d0d95867f187/src/main/java/krasa/mavenhelper/action/RunTestFileAction.java#L51

Is the method executable by IntelliJ itself? ![image](https://user-images.githubusercontent.com/1160875/156544106-9bd7e001-f3eb-4a0f-8c9e-2d0e61e4d071.png)

It needs a JUnit dependency and the annotation, or some alternative.

you could try [intellij support](https://youtrack.jetbrains.com/issues/IDEA), it should just work, if the maven setup is correct and JUnit plugin is enabled

Where is mentioned that it duplicates the line?

Oh, found it :) That is wrong :-)