properties:translate-properties
      Full name:
      org.kuali.maven.plugins:properties-maven-plugin:2.0.0-SNAPSHOT:translate-properties
      Description:
      Translate the indicated properties into classpath friendly form. eg
Transform org.kuali.rice into
org/kuali/rice A new project property with ".path"
added as a suffix gets set with the transformed value
      Attributes:
      
        - Requires a Maven project to be executed.
Required Parameters
        
          
            | Name | Type | Since | Description | 
          
            | properties | String[] | - | The list of properties to translate 
 | 
          
            | suffix | String | - | The suffix appended to the existing property name where the
translated property is stored Default value is: .path.
 User property is: properties.suffix.
 | 
        
      Parameter Details
        properties:
        The list of properties to translate
        
          - Type: java.lang.String[]
- Required: Yes
suffix:
        The suffix appended to the existing property name where the
translated property is stored
        
          - Type: java.lang.String
- Required: Yes
- User Property: properties.suffix
- Default: .path