-
Notifications
You must be signed in to change notification settings - Fork 70
cobigen propertyplugin
The CobiGen Property Plug-in currently only provides different merge mechanisms for documents written in Java property syntax.
There are two merge strategies for Java properties, which can be configured in the templates.xml:
-
Merge strategy
propertymerge
(merges two properties documents and keeps the existing properties on conflicts) -
Merge strategy
propertymerge_override
(merges two properties documents and overrides the existing properties on conflicts)
Both documents (base and patch) will be parsed using the Java 7 API and will be compared according their keys. Conflicts will occur if a key in the patch already exists in the base document.
Disclaimer
If you discover any documentation bugs or would like to request new content, please raise them as an issue or create a pull request. Contributions to this wiki are done through the main repo under the folder documentation.
License
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International
)