I have been heavily using grails with netbeans for one of my projects, I at least deploy this project to prod environment 9-10 times a day and every once in a while (2-3 times a day) I create a war file configured for "Development" environment and I deploy it to my production server. This effectively brings down my service. To prevent this is there a way to configure my build file or netbeans so that when ever I make a build by right clicking on the project name I see a msgbox reminding me that build is geting made for Dev env? Thanks in advance.