envsupport:list
      Full name:
      ch.elca.el4j.maven.plugins:maven-env-support-plugin:3.1:list
      Description:
      Print a list of all env properties with their resolved values.
      Attributes:
      
        - Requires a Maven 2.0 project to be executed.
- Requires dependency resolution of artifacts in scope: compile.
Required Parameters
        
          
            | Name | Type | Since | Description | 
          
            | resourceDirectory | File | - | The resource directory where to transfer files. Default value is: src/main/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. 
 | 
          
            | useGlobalResourceDirectory | boolean | - | Flag to indicate if the global 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}
resourceDirectory:
        The resource directory where to transfer files.
        
          - Type: java.io.File
- Required: Yes
- Expression: ${envsupport.resourceDirectory}
- Default: src/main/env
useGlobalResourceDirectory:
        Flag to indicate if the global resource dir should be used.
        
          - Type: boolean
- Required: No
- Expression: ${envsupport.useGlobalResourceDirectory}
- Default: false