properties:write-project-properties

Full name:

org.kuali.maven.plugins:properties-maven-plugin:1.0.7-SNAPSHOT: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
writeSorted boolean - If true, the plugin will create a second properties file with a ".sorted" extension that contains the properties sorted by name
Default value is: false.

Parameter Details

outputFile:

The properties file that will be used when writing properties.
  • Type: java.io.File
  • Required: Yes

writeSorted:

If true, the plugin will create a second properties file with a ".sorted" extension that contains the properties sorted by name
  • Type: boolean
  • Required: No
  • Expression: ${properties.writeSorted}
  • Default: false