properties:read-project-properties
Full name:
org.kuali.maven.plugins:properties-maven-plugin:1.0.3: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 the plugin should be quiet if any of the files was not found 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 the plugin should be quiet if any of the files was not found
- Type: boolean
- Required: No
- Default: false