Full name:
org.codehaus.groovy.maven:gmaven-plugin:1.0-rc-5:shell
Description:
Attributes:
test.1.0-beta-2.| Name | Type | Since | Description |
|---|---|---|---|
| args | String |
1.0-beta-2 |
Optional arguments to pass to the shell when executing. |
| color | Boolean |
1.0-beta-2 |
Enable or disable use of ANSI colors (aka. groovysh
--color). Normally auto-detected. |
| debug | boolean |
1.0-beta-2 |
Enable debug output (aka. groovysh --debug). Default value is: false. |
| legacy | boolean |
1.0-beta-2 |
Enable the legacy shell. Default value is: false. |
| providerSelection | String |
1.0-beta-2 |
A comma-seperated list of provider keys, in order of preference of
selection. If the invoking JVM is at least Java 1.5, then the
Groovy 1.6 runtime will be used, else the Groovy 1.5 runtime is
used. |
| quiet | boolean |
1.0-beta-2 |
Suppress superfluous output (aka. groovysh --quiet). Default value is: false. |
| terminal | String |
1.0-beta-2 |
Specify the terminal type to use (aka. groovysh
--terminal). Normally auto-detected. Full class name or one of
"unix", "win", "windows", "false", "off" or "none" expected. |
| verbose | boolean |
1.0-beta-2 |
Enable verbose output (aka. groovysh --verbose). Default value is: false. |
args:
java.lang.String1.0-beta-2No${args}java.lang.Boolean1.0-beta-2No${color}boolean1.0-beta-2No${debug}falseboolean1.0-beta-2No${legacy}falsejava.lang.String1.0-beta-2No${gmaven.runtime}boolean1.0-beta-2No${quiet}falsejava.lang.String1.0-beta-2No${terminal}boolean1.0-beta-2No${verbose}false