When I want to run mvn install on a project, it requires 3 clicks: rightlick project > run as > mvn install.
Isn't it possible to show a button in eclipse toolbar at the top the performs a mvn install on the currently selected project?
When I want to run mvn install on a project, it requires 3 clicks: rightlick project > run as > mvn install.
Isn't it possible to show a button in eclipse toolbar at the top the performs a mvn install on the currently selected project?
You can probably configure a Keyboard shortcut for this.
In eclipse go to Window -> Preference. From the left pane go to General-> keys
Find out the Run Maven Install, Edit a keyboard configuration in the Binding field that suits for you.
Hopes this helps.