views:

25

answers:

1

I'd like to have a button to run (custom) Maven targets in NetBeans 6.9. Hot-keys would also be nice. Is this possible?

If it is not possible: is there something like a console where I could Maven commands directly?

+2  A: 

In NetBeans 6.9: Right-click on the project -> Custom -> Goals. Make sure to check "Remember as: ". You can run this by Right-click on the project -> Custom -> "myRememberAsName"

I don't know if there is an easy way to assign this to a button or a short cut.

mort
It's the same also in NetBeans 6.8 and 6.7
Christina
Thanks. I've already known this but looking for something more convenient.
deamon