Full name:
org.kuali.maven.plugins:properties-maven-plugin:2.0.0-SNAPSHOT:write-active-profile-properties
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
outputFile | File | - | The file that properties will be written to Default value is: ${project.build.directory}/properties/project.properties. User property is: properties.outputFile. |
outputStyle | OutputStyle | - | Either NORMAL or ENVIRONMENT_VARIABLE.
When set to ENVIRONMENT_VARIABLE the keys in the
properties file will all be upper case with periods replaced by
underscores. Default value is: NORMAL. User property is: properties.outputStyle. |
Name | Type | Since | Description |
---|---|---|---|
comment | String | - | Anything provided here is added as a comment at the top of the
properties file. User property is: properties.comment. |
encoding | String | - | The encoding to use when storing the properties Default value is: ${project.build.sourceEncoding}. User property is: properties.encoding. |
prefix | String | - | If supplied property keys are prefixed with this value before being
stored. User property is: properties.prefix. |