Full name:
org.kuali.maven.plugins:properties-maven-plugin:1.4.1:write-project-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. |
Name | Type | Since | Description |
---|---|---|---|
exclude | String | - | Comma separated set of properties to exclude when writing the
properties file |
include | String | - | Comma separated set of properties to write to the properties file.
If provided, only the properties matching those supplied here will
be written to the properties file. |
includeEnvironmentVariables | boolean | - | If true, the plugin will include environment variables when writing
the properties file. Environment variables are prefixed with "env".
Environment variables override project properties. Default value is: false. |
includeSystemProperties | boolean | - | If true, the plugin will include system properties when writing the
properties file. System properties override both environment
variables and project properties. Default value is: false. |
resolvePlaceholders | boolean | - | If true placeholders are resolved before writing properties to the
file |