help:evaluate

Full name:

org.apache.maven.plugins:maven-help-plugin:2.2:evaluate

Description:

Evaluates Maven expressions given by the user in an interactive mode.

Attributes:

  • Since version: 2.1.

Optional Parameters

Name Type Since Description
artifact String 2.1 An artifact for evaluating Maven expressions.
Note: Should respect the Maven format, i.e. groupId:artifactId[:version][:classifier].
User property is: artifact.
expression String 2.1 An expression to evaluate instead of prompting. Note that this must not include the surrounding ${...}.
User property is: expression.

Parameter Details

artifact:

An artifact for evaluating Maven expressions.
Note: Should respect the Maven format, i.e. groupId:artifactId[:version][:classifier].
  • Type: java.lang.String
  • Since: 2.1
  • Required: No
  • User Property: artifact

expression:

An expression to evaluate instead of prompting. Note that this must not include the surrounding ${...}.
  • Type: java.lang.String
  • Since: 2.1
  • Required: No
  • User Property: expression