properties:write-active-profile-properties

Full name:

org.kuali.maven.plugins:properties-maven-plugin:1.4.1:write-active-profile-properties

Description:

Writes properties of all active profiles to a file.

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
outputFile File - The file that properties will be written to
Default value is: ${project.build.directory}/properties/project.properties.

Parameter Details

outputFile:

The file that properties will be written to
  • Type: java.io.File
  • Required: Yes
  • Expression: ${properties.outputFile}
  • Default: ${project.build.directory}/properties/project.properties