You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, during generation it is not possible to set a specific version for the element templates. I could imagine a new property for the Template annotation called version and skip if it is missing.
What do you think on this? If possible, I would like to contribute on this.
Kind regards
Alexander Skrock
The text was updated successfully, but these errors were encountered:
the plan here was to set the version of the generated templates by the "schemaVersion" property in the Maven plugin. So you have only one location where you have to set the version which is used to validate the generated element templates and not to adjust each "Template" annotation in the code.
Currently, during generation it is not possible to set a specific version for the element templates. I could imagine a new property for the
Template
annotation calledversion
and skip if it is missing.What do you think on this? If possible, I would like to contribute on this.
Kind regards
Alexander Skrock
The text was updated successfully, but these errors were encountered: