Add custom toggle button in maven Tool Window

已回答

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.

0

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

 

0

请先登录再写评论。