I have a question that I think I should know the answer to, but don't.
Netbeans maven support has a list of predefined actions. I can't seem to figure out how to get them placed on the toolbar without writing a plugin :-
Please help.. what am I missing?
thanks
A bit late to the party but anyway... If you mean actions global to your NB installation (not related to a specific project), go to:
Tools | Options | Java | Maven | Edit Global Custom Goal Definitions...
There you can define an action and click "Show in Toolbar" and assign it an icon, which will then appear on the Build toolbar. Unfortunately, there are only six icons to choose from. If anybody knows how to add more (without manually changing the NB's resource jar files), please let us all know.