Generating everything does not work if the models do not support some use cases. Therefore the plugin provides a simple patch mechanism to work around the model deficiencies.

If the generated files do not meet your requirements, patching allows you to replace files or part of files.

The patched files show which content has been added or replaced. If the whole file is replaced, the replaced file will be copied to a backup folder for further reference.

Using patched files is more work since the generated content must be monitored for changes that need to be applied to the patch file.

Currently only the following generated files can be patched:

  1. Generated text resources
  2. whole files (may also be used to add new files)
  3. replace generated content in
    1. JavaScript file
    2. atlassian-plugin.xml

Patch Topics

Patch Text Resources
Patching text resources allows to add or override generated text resources.
Replace whole File
Patching generated content may go so far to replace the whole file.
Replace generated Content
Patching parts of a file with content that has been generated from the models.
Patch Input Resources
Patching resources to replace input resources.