Full name:
com.octo.mtg:grails-maven-plugin:0.4-SNAPSHOT:package
Description:
Packages the Grails application into the web-app folder for running.
Attributes:
0.2.| Name | Type | Since | Description |
|---|---|---|---|
| basedir | File |
0.2 |
The directory where is launched the mvn command. Default value is: ${basedir}. |
| grailsHome | String |
0.2 |
The path to GRAILS' HOME. |
| Name | Type | Since | Description |
|---|---|---|---|
| env | String |
0.2 |
The Grails environment to use. |
basedir :
The directory where is launched the mvn command.
java.io.File0.2Yes${basedir}env :
The Grails environment to use.
java.lang.String0.2No${grails.env}The path to GRAILS' HOME.
java.lang.String0.2Yes${grailsHome}