Skip to content

Consider a properties file transformer #73

@aalmiray

Description

@aalmiray

The basic idea is to allow merging of key values given a set of strategies, for example:

  • first: duplicate keys in the first resource read are retained, later keys are discarded
  • latest: the opposite of first.
  • append: matching key values are concatenated using a separator (configurable)

An example of such transformer can be seen at https://github.com/griffon/griffon/blob/development/subprojects/gradle-griffon-plugin/src/main/groovy/org/codehaus/griffon/gradle/shadow/transformers/PropertiesFileTransformer.groovy

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions