Full name:
org.openl.rules:openl-maven-plugin:5.23.0:test
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<workspaceFolder> | File | - | Directory containing the generated artifact. Default value is: ${project.build.directory}/openl-workspace. |
Name | Type | Since | Description |
---|---|---|---|
<externalParameters> | Map | - | If you want to override some parameters, define them here. |
<reportsDirectory> | File | - | Base directory where all reports are written to. Reports are
surefire format compatible. Default value is: ${project.build.directory}/openl-test-reports. |
<reportsFormat> | ReportFormat[] | - | The file format of the test reports. For example junit4 or xlsx. Default value is: junit4. |
<singleModuleMode> | boolean | - | Compile the project in Single module mode. If true each module will
be compiled in sequence and tests from that module will be run.
Needed for big projects. If false all modules will be compiled at
once and all tests from all modules will be run. By default false. Default value is: false. |
<skipTests> | boolean | - | Set this to 'true' to skip running OpenL tests. User property is: skipTests. |
<sourceDirectory> | File | 5.19.0 | 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. |
<testSourceDirectory> | File | - | (no description) Default value is: ${project.build.testSourceDirectory}/../openl. |
<threadCount> | String | - | Thread count to run test cases. The parameter is as follows:
Default value is: auto. |