openl:test
Full name:
org.openl.rules:openl-maven-plugin:5.19.1:test
Description:
Run OpenL tests
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: test.
- Binds by default to the lifecycle phase: test.
Optional Parameters
Name |
Type |
Since |
Description |
openlResourcesDirectory |
String |
- |
Deprecated. Use sourceDirectory instead.
|
skipTests |
boolean |
- |
Set this to 'true' to skip running OpenL tests. User property is: skipTests.
|
sourceDirectory |
File |
- |
Folder that contains all OpenL-related resources (OpenL rules,
project descriptor etc.). For example:
"${project.basedir}/src/main/openl". Default value is: ${project.build.sourceDirectory}/../openl.
|
Parameter Details
openlResourcesDirectory:
Deprecated. Use sourceDirectory instead.
(no description)
- Type: java.lang.String
- Required: No
skipTests:
Set this to 'true' to skip running OpenL tests.
- Type: boolean
- Required: No
- User Property: skipTests
sourceDirectory:
Folder that contains all OpenL-related resources (OpenL rules,
project descriptor etc.). For example:
"${project.basedir}/src/main/openl".
- Type: java.io.File
- Required: No
- Default: ${project.build.sourceDirectory}/../openl