package
目的 Purpose
Runs the packaging phase of Grails' runtime. This is mainly useful when used by other scripts.使用例 Examples
As an include:includeTargets << grailsScript("_GrailsPackage")
grails package
詳細 Description
使用方法: Usage:
grails package
includeTargets << grailsScript("_GrailsPackage")
packageApp
target or other targets defined in the script.