openl:verify

Full name:

org.openl.rules:openl-maven-plugin:5.26.0:verify

Description:

Verifies if resulted archive is compatible with the OpenL Tablets Rules Engine

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: compile+runtime.
  • Since version: 5.24.0.
  • Binds by default to the lifecycle phase: verify.

Required Parameters

Name Type Since Description
<workspaceFolder> File 5.24.0 Directory containing the generated artifact.
Default value is: ${project.build.directory}/openl-workspace.

Optional Parameters

Name Type Since Description
<skipITs> boolean 5.24.0 Deprecated. for troubleshooting purposes
User property is: skipITs.
<skipTests> boolean 5.24.0 Parameter to skip running OpenL Tablets verify goal if it set to 'true'.
User property is: skipTests.
<sourceDirectory> File 5.19.0 Folder that contains all OpenL Tablets-related resources such as rules and project descriptor, for example, ${project.basedir}/src/main/openl.
Default value is: ${project.build.sourceDirectory}/../openl.

Parameter Details

<skipITs>

Deprecated. for troubleshooting purposes
Parameter to skip running OpenL Tablets verify goal if it set to 'true'.
  • Type: boolean
  • Since: 5.24.0
  • Required: No
  • User Property: skipITs

<skipTests>

Parameter to skip running OpenL Tablets verify goal if it set to 'true'.
  • Type: boolean
  • Since: 5.24.0
  • Required: No
  • User Property: skipTests

<sourceDirectory>

Folder that contains all OpenL Tablets-related resources such as rules and project descriptor, for example, ${project.basedir}/src/main/openl.
  • Type: java.io.File
  • Since: 5.19.0
  • Required: No
  • Default: ${project.build.sourceDirectory}/../openl

<workspaceFolder>

Directory containing the generated artifact.
  • Type: java.io.File
  • Since: 5.24.0
  • Required: Yes
  • Default: ${project.build.directory}/openl-workspace