In Eclipse (Spring Source) Grails always build in production mode
When using Eclipse for your Grails projects the building of the war seems to be stuck in production mode. If you want to deploy to an attached tcServer you simply right click on your project then choose “run as” ->“run on server”. If you have your grails project set to “dev” (right click on your project then choose “properties”->”grails”->”run on server”) then you would expect the project to build a development war. You’d be wrong. You get a production build. How do you get a eclipse to build a development war? Each Grails command has a default environment, e.g. grails run-app => dev grails