Invoking Actions other than Build and Clean & Build

后端 未结 4 1372
遥遥无期
遥遥无期 2020-12-09 19:26

I am new to NetBeans and am trying to define and run various custom goals for my Maven proj. My Maven proj uses a number of plugins; once for building the Java classes, anot

4条回答
  •  死守一世寂寞
    2020-12-09 19:57

    alternatively you can use the Custom popup on project node and within the Custom... action's dialog, setup goals for execution and eventually remember the setup for subsequent executions. The remembered item will appear in the same popup menu. For global (for every project) goal definitions, please see the global options.

提交回复
热议问题