properties:write-project-properties
Full name:
org.kuali.maven.plugins:properties-maven-plugin:1.1.5:write-project-properties
Description:
Writes project properties to a file.
Attributes:
- Requires a Maven project to be executed.
Required Parameters
Name |
Type |
Since |
Description |
outputFile |
File |
- |
The properties file that will be used when writing properties.
|
Optional Parameters
Name |
Type |
Since |
Description |
antEchoPropertiesMode |
boolean |
- |
If true, the plugin will create the properties file formatted the
same way Ant formats properties files using the
<echoproperties> task. The properties will be sorted by name
with the ':', '#' and '=' symbols escaped with a backslash Default value is: false. |
includeSystemProperties |
boolean |
- |
If true, the plugin will include system properties when writing the
properties file Default value is: false. |
omit |
String |
- |
Comma separated set of properties to omit from writing to the
properties file
|
Parameter Details
antEchoPropertiesMode:
If true, the plugin will create the properties file formatted the
same way Ant formats properties files using the
<echoproperties> task. The properties will be sorted by name
with the ':', '#' and '=' symbols escaped with a backslash
- Type: boolean
- Required: No
- Expression: ${properties.antEchoPropertiesMode}
- Default: false
includeSystemProperties:
If true, the plugin will include system properties when writing the
properties file
- Type: boolean
- Required: No
- Expression: ${properties.includeSystemProperties}
- Default: false
omit:
Comma separated set of properties to omit from writing to the
properties file
- Type: java.lang.String
- Required: No
- Expression: ${properties.omit}
outputFile:
The properties file that will be used when writing properties.
- Type: java.io.File
- Required: Yes