scripting:eval
Full name:
org.apache.maven.plugins:maven-scripting-plugin:3.0.0:eval
Description:
Evaluate the specified script or scriptFile
Attributes:
- Requires a Maven project to be executed.
- Since version: 3.0.0.
Optional Parameters
Name |
Type |
Since |
Description |
<engineName> |
String |
3.0.0 |
(no description)
|
<script> |
String |
3.0.0 |
When used, also specify the engineName
|
<scriptFile> |
File |
3.0.0 |
Provide the script as an external file as an alternative to
<script>. When scriptFile provided the script is ignored. The
file name extension identifies the script language to use, as of
javax.script.ScriptEngineManager and html"
|
Parameter Details
(no description)
- Type: java.lang.String
- Since: 3.0.0
- Required: No
When used, also specify the engineName
- Type: java.lang.String
- Since: 3.0.0
- Required: No
Provide the script as an external file as an alternative to
<script>. When scriptFile provided the script is ignored. The
file name extension identifies the script language to use, as of
javax.script.ScriptEngineManager and html"
- Type: java.io.File
- Since: 3.0.0
- Required: No