scripting:eval

Full name:

org.apache.maven.plugins:maven-scripting-plugin:3.1.0:eval

Description:

Evaluate the specified script or scriptFile

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Since version: 3.0.0.

Optional Parameters

Name Type Since Description
<engineName> String - No description.
<script> String - When used, also specify the engineName
<scriptFile> File - 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 "https://jcp.org/aboutJava/communityprocess/final/jsr223/index.html"
<scriptResource> String - No description.

Parameter Details

<engineName>

No description.
  • Type: java.lang.String
  • Required: No

<script>

When used, also specify the engineName
  • Type: java.lang.String
  • Required: No

<scriptFile>

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 "https://jcp.org/aboutJava/communityprocess/final/jsr223/index.html"
  • Type: java.io.File
  • Required: No

<scriptResource>

No description.
  • Type: java.lang.String
  • Required: No