envsupport:listTest

Full name:

ch.elca.el4j.maven.plugins:maven-env-support-plugin:3.1:listTest

Description:

Print a list of all test env properties with their resolved values.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: test.

Required Parameters

Name Type Since Description
resourceDirectory File - The resource directory where to transfer files.
Default value is: src/main/env.
testResourceDirectory File - The test resource directory where to transfer files.
Default value is: src/test/env.

Optional Parameters

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.

Parameter Details

encoding:

The character encoding scheme to be applied.
  • Type: java.lang.String
  • Required: No

filters:

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.
  • Type: java.util.List
  • Required: No
  • Expression: ${project.build.filters}

globalResourceDirectory:

The global resource directory where to transfer files.
  • Type: java.io.File
  • Required: No
  • Expression: ${envsupport.globalResourceDirectory}

globalTestResourceDirectory:

The global test resource directory where to transfer files.
  • Type: java.io.File
  • Required: No
  • Expression: ${envsupport.globalTestResourceDirectory}

resourceDirectory:

The resource directory where to transfer files.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${envsupport.resourceDirectory}
  • Default: src/main/env

testResourceDirectory:

The test resource directory where to transfer files.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${envsupport.testResourceDirectory}
  • Default: src/test/env

useGlobalResourceDirectory:

Flag to indicate if the global resource dir should be used.
  • Type: boolean
  • Required: No
  • Expression: ${envsupport.useGlobalResourceDirectory}
  • Default: false

useGlobalTestResourceDirectory:

Flag to indicate if the global test resource dir should be used.
  • Type: boolean
  • Required: No
  • Expression: ${envsupport.useGlobalTestResourceDirectory}
  • Default: false