Eclipse Maven Build and Test with One Button

前端 未结 3 785
甜味超标
甜味超标 2020-12-17 23:13

The most common build activity I do in Eclipse (other than allowing auto-build to do its thing) is to perform a \"Maven Build...\" with parameters of clean and package. Thi

3条回答
  •  不思量自难忘°
    2020-12-17 23:18

    It looks like there's a couple of ways to do this - none directly in Eclipse:

    • Create your own small plugin that defines the key binding, see here: eclipse: put keyboard shortcuts on specific launch configurations
    • Use Practically Macro - also see here: Assigning a keyboard shortcut for a specific Eclipse build configuration
    • Use some form of scripting, e.g. this: http://mackaz.de/72

提交回复
热议问题