properties:read-project-properties
Full name:
org.kuali.maven.plugins:properties-maven-plugin:1.0.8-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 |
ignore |
String |
- |
Comma separated list of property values to ignore
|
quiet |
boolean |
- |
If true, the plugin will silently ignore any non-existent
properties files, and the build will continue 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
ignore:
Comma separated list of property values to ignore
- Type: java.lang.String
- Required: No
- Expression: ${properties.ignore}
quiet:
If true, the plugin will silently ignore any non-existent
properties files, and the build will continue
- Type: boolean
- Required: No
- Expression: ${properties.quiet}
- Default: false