Whe have an application that contains cms data besides other models (document models, form models, overiew models, application models, relationship models). The project is based on project template and deployment template.
The content models are supposed to be an initial starting point but should be edited over time. This means that initially we need to import all models. But in subsequent updates of the application we want to skip content models that already exist. But we want to import other types of models that were updated due to busines logic changes (document models for example).
By using configuration property mgmtp.a12.dataservices.initialization.import.models.path we can easily skip the import of all cms models. But this means no newly setup test environments won’t have the content models imported and therefore are not working as expected. And also newly added content models won’t be added to existing deployments as well.
How must the init be configured to skip the import of already existing content models?