Full name:
de.smartics.properties:smartics-properties-maven-plugin:0.2.0:properties-transfer
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
definitionConfigParser | DefinitionConfigParser | 1.0 | Parser to read definition.xml files to determine the configuration key for a given properties file. |
propertySinkFactory | PropertySinkFactory | 1.0 | Factory to create property sinks. |
Name | Type | Since | Description |
---|---|---|---|
artifactItems | List | 1.0 | The list of artifactItems containing additional property definitions. |
clearStore | boolean | 1.0 | If set to true the store will be cleared from all values prior to writing the new ones. If set to false new keys will be added and existing keys overridden. Any keys not contained in the new set of keys will be preserved in the store. Although most use cases will set this to true, the default is conservative to not delete the property keys by accident. Default value is: false. User property is: properties-transfer.clearStore. |
propertiesFolder | File | 1.0 | The folder within the project that contains the properties to be transferred. If not specified, no locally stored properties are considered. If the folder contains definition JARs, their properties files will be transfered, too. User property is: project.build.outputDirectory. |
skip | boolean | 1.0 | A simple flag to skip the transfer. If set on the command line use -Dproperties-transfer.skip. Default value is: false. User property is: properties-transfer.skip. |
Although most use cases will set this to true, the default is conservative to not delete the property keys by accident.
skip: