java - Quick maven instal as a button in eclipse? -


when want run mvn install on project, requires 3 clicks: rightlick project > run > mvn install.

isn't possible show button in eclipse toolbar @ top performs mvn install on selected project?

you can configure keyboard shortcut this.

in eclipse go window -> preference. left pane go general-> keys find out run maven install, edit keyboard configuration in binding field suits you.

hopes helps.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -