Full name:
com.octo.mtg:grails-maven-plugin:0.4-SNAPSHOT:create-app
Description:
Creates a Grails project, including the necessary directory structure, and commons files.
Attributes:
0.1.| Name | Type | Since | Description |
|---|---|---|---|
| basedir | File |
0.1 |
The directory where is launched the mvn command. Default value is: ${basedir}. |
| grailsHome | String |
0.1 |
The path to GRAILS' HOME. |
| Name | Type | Since | Description |
|---|---|---|---|
| appName | String |
0.1 |
The application name. |
| env | String |
0.1 |
The Grails environment to use. |
appName :
The application name.
java.lang.String0.1No${appName}basedir :
The directory where is launched the mvn command.
java.io.File0.1Yes${basedir}env :
The Grails environment to use.
java.lang.String0.1No${grails.env}The path to GRAILS' HOME.
java.lang.String0.1Yes${grailsHome}