Full name:
org.kuali.maven.plugins:properties-maven-plugin:1.1.11-SNAPSHOT:read-project-properties
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
locations | String[] | - | Locations where properties files can be found. Any url Spring
resource loading can understand is valid. eg
classpath:myprops.properties. Both, .properties and
.xml style properties are supported. |
Name | Type | Since | Description |
---|---|---|---|
ignore | String | - | Comma separated list of property values to ignore |
propertyKeysToResolve | String | - | If supplied, only the comma separated list of property keys are
resolved. |
quiet | boolean | - | If true, the plugin will silently ignore any non-existent
properties files, and the build will continue Default value is: false. |
resolveValues | boolean | - | If true, property values are resolved Default value is: true. |
silent | boolean | - | If true, the plugin will operate silently without emitting any log
messages Default value is: false. |
verbose | boolean | - | If true, the plugin will emit more verbose logging messages. Default value is: false. |