properties:translate-properties
Full name:
org.kuali.maven.plugins:properties-maven-plugin:1.1.5-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[] |
- |
(no description)
|
suffix |
String |
- |
(no description) Default value is: .path. |
Parameter Details
properties:
(no description)
- Type: java.lang.String[]
- Required: Yes
suffix:
(no description)
- Type: java.lang.String
- Required: Yes
- Expression: ${properties.suffix}
- Default: .path