Full name:
ch.elca.el4j.maven.plugins:maven-env-support-plugin:3.1:testResources
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| outputDirectory | File | - | The output directory into which to copy the env resources. Default value is: ${project.build.directory}/env. |
| resourceDirectory | File | - | The resource directory where to transfer files. Default value is: src/main/env. |
| testOutputDirectory | File | - | The test output directory into which to copy the env resources. Default value is: ${project.build.directory}/env-test. |
| testResourceDirectory | File | - | The test resource directory where to transfer files. Default value is: src/test/env. |
| Name | Type | Since | Description |
|---|---|---|---|
| encoding | String | - | The character encoding scheme to be applied. |
| filters | List | - | The list of additional key-value pairs aside from that of the
System, and that of the project, which would be used for the
filtering. |
| globalResourceDirectory | File | - | The global resource directory where to transfer files. |
| globalTestResourceDirectory | File | - | The global test resource directory where to transfer files. |
| useGlobalResourceDirectory | boolean | - | Flag to indicate if the global resource dir should be used. Default value is: false. |
| useGlobalTestResourceDirectory | boolean | - | Flag to indicate if the global test resource dir should be used. Default value is: false. |
useGlobalTestResourceDirectory: