beanshell:run
Full name:
com.github.genthaler:beanshell-maven-plugin:1.4:run
Description:
Run an arbitrary BeanShell script. The script runs in the same
interpreter that runs the BeanShell mojo, so has access to the
Maven project object.
Attributes:
- Requires dependency resolution of artifacts in scope: runtime.
Optional Parameters
Name |
Type |
Since |
Description |
script |
String |
- |
The literal script to be executed. User property is: bsh.script. |
file |
File |
- |
A BeanShell file containing the script to run. User property is: bsh.file. |
quiet |
String |
- |
Quiet mode: only show the first line of the script to evaluate Default value is: false. User property is: bsh.quiet. |
Parameter Details
script:
The literal script to be executed.
- Type: java.lang.String
- Required: No
- User Property: bsh.script
file:
A BeanShell file containing the script to run.
- Type: java.io.File
- Required: No
- User Property: bsh.file
quiet:
Quiet mode: only show the first line of the script to evaluate
- Type: java.lang.String
- Required: No
- User Property: bsh.quiet
- Default: false