properties:read-project-properties
Full name:
org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2: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 2.0 project to be executed.
Required Parameters
| Name |
Type |
Since |
Description |
| files |
File[] |
- |
The properties files that will be used when reading properties.
|
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.
- 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