I used the war command in Grails for making war file, but I got the error:
Error Exception occurred trigger event [CreateWarStart]: C:\Users\MultiSite\grails-app\migrations does not exist.
The application is working pretty good under run-app command.
can anyone help me how to figure it out?
Thanks
If you are using the Database Migration Plugin then you should have, by default, a
migrationsdirectory. Grails 2.x install Database Migration Plugin out the box. You can remove it from BuildConfig.groovy or you can to createmigrationsdirectory.