Property | Optional? | Description |
---|---|---|
maven.ocltf.model.uri | Yes |
The URI to the model used to run tests.
Default value is
|
maven.ocltf.modelFacade | Yes |
Can be specified to override the default ModelFacade implementation. Default value is defined in the Core . |
maven.ocltf.repository | Yes |
Can be specified to override the default Repository implementation. Default value is defined in the Core . |
maven.ocltf.printreport | Yes |
If this value is set to false, test run details will appear
on the console as the tests are executed. If not, they are stored in a file in
the test-reports directory.
Default value is |
maven.ocltf.translation.file.ext | Yes |
The extension for generated translation files.
Default value is |
maven.ocltf.translation.translator.package | Yes |
The package to which Translators will be generated.
Default value is |
maven.ocltf.translation.translator.superclass | Yes |
The Translator super class (if empty, the Translator won't have one). Default value is org.ocltf.translation.BaseTranslator. |
maven.ocltf.translation.translator.contextType | Yes |
The contextType used with generated test files (the element to which the expressions apply).
This contextType must be an element contained within the model you're testing with.
Default value is |
maven.ocltf.core.version | Yes |
The version of the ocltf-core dependency included with any generated
dependency elements (i.e. a Translation-Library POM)
Default value is |