orqa:execute

Full name:

org.ibboost.maven.plugins:orqa-maven-plugin:1.1.2:execute

Description:

Executes an ORQA task as part of a maven build cycle.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Binds by default to the lifecycle phase: integration-test.

Required Parameters

Name Type Since Description
<task> String - The path of the task to execute relative to the model.
User property is: execute.task.

Optional Parameters

Name Type Since Description
<orqaHome> File - The location of the ORQA distribution to use. Defaults to ORQA_HOME environment variable
User property is: execute.orqaHome.
<taskParams> Map<String,String> - The parameters to pass through to the task.

Parameter Details

<orqaHome>

The location of the ORQA distribution to use. Defaults to ORQA_HOME environment variable
  • Type: java.io.File
  • Required: No
  • User Property: execute.orqaHome

<task>

The path of the task to execute relative to the model.
  • Type: java.lang.String
  • Required: Yes
  • User Property: execute.task

<taskParams>

The parameters to pass through to the task.
  • Type: java.util.Map<java.lang.String, java.lang.String>
  • Required: No