properties:read-project-properties

Full name:

org.kuali.maven.plugins:properties-maven-plugin:1.0.6-SNAPSHOT:read-project-properties

Description:

The read-project-properties goal reads property files and stores the properties as project properties. It serves as an alternate to specifying properties in pom.xml.

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
files File[] - The properties files that will be used when reading properties. Can use both .properties and .xml files

Optional Parameters

Name Type Since Description
quiet boolean - If true, the plugin will ignore any non-existent properties files
Default value is: false.

Parameter Details

files:

The properties files that will be used when reading properties. Can use both .properties and .xml files
  • Type: java.io.File[]
  • Required: Yes

quiet:

If true, the plugin will ignore any non-existent properties files
  • Type: boolean
  • Required: No
  • Default: false