AEM Cloud. What package may contain indices
Hi there!
I build a translation connector with ui.apps package and put `/apps/smartling-connector` and `/oak:index` into them.
Embedded the connector into WKND site project and deployed them into AEM Cloud. AEM Cloud Code Scanning says this warning:
Inclusion of both /apps/smartling-connector and /oak:index/smtl.fileUri-custom-1 in the same package violates the separation of immutable and mutable paths in the same package.
But according to https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/developing/aem-project-content-package-structure.html#oak-indexes it is proper way to deliver indices as a part of ui.apps.
Does anybody have the same warning? Is there a way to fix them?
Thank you!