maven shortcut for all projects
In 9.0.1, I have managed to create a keyboard shortcut for a maven goal in a
specific maven project, say "utils". Whenever I press ctrl-shift-F9, maven compiles
the "utils" project, even if it is not open.
What I'd like to have is a shortcut, which would work for the current/selected project.
When I press ctrl-shift-F9, the "mvn package" command must run on the currently
selected project, not "utils".
Is there a way of doing this ?
Thanks for any help,
David Vonka
请先登录再写评论。