gradle - grails 2.5 - can the build scripts be modified? -


grails has out of box way produce wars. type "grails war" in project dir. question is, possible, , recommended, modify grails build scripts different, such build zip of source produced war, , give same name?

i know done external tools such jenkins running on build server, out of our budget.

to put way, grails designed have war build process modified?

first, scripts included grails aren't meant modified, rather used own custom scripts.

creating own build process, or gant scripts not gradle, quite easy grails create-script , outlined in documentation. it's not uncommon see projects have custom scripts such grails publish-build creates war, archives sources, sends out notices, etc.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -