wrapper
目的 Purpose
Generate the Grails wrapper.使用例 Examples
grails wrapper --wrapperDir=grailsWrapper grails wrapper --wrapperDir=grailsWrapper --distributionUrl=http://dist.springframework.org.s3.amazonaws.com/milestone/GRAILS/
On Windows arguments may need to be quoted, as in...grails wrapper "--wrapperDir=grailsWrapper"See the Wrapper Documentation for more details.引数:
Arguments:
wrapperDir
- Directory where wrapper support files are installed relative to project root (defaults to wrapper)distributationUrl
- URL to the directory where the release may be downloaded from if necessary (defaults to http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/)
Fired Events:
InstallWrapperStart
- Start generating the wrapperInstallWrapperEnd
- Finished generating the wrapperStatusUpdate
- When the plugin list is being refreshedStatusError
- When there was an error generating the wrapper