Add custom toggle button in maven Tool Window
Answered
In maven Tool Window, there is a toggle button for skipping tests by maven surefire plugin. Can I add a similar custom toggle button that skips other plugin execution. All I need is a toggle button that append a specific property like -Dskip.myPlugin=true to any mvn command.
Please sign in to leave a comment.
There is no such functionality. As a workaround, you can add Run/Debug configuration for Maven and specify the options you need:
https://i.imgur.com/R9V1p6M.png