Custom oak indexing deployment issue
Hi All,
I am trying to deploy my custom oak indexes which is placed under "ui.apps/src/main/content/jcr_root/_oak_index" and added the filter
<filter root="/oak:index" mode="update"/>
When I try deploying my code locally below is the error
[ERROR] ValidationViolation: Package of type 'APPLICATION' is not supposed to contain content outside root nodes 'apps' or 'libs'! @ jcr_root/_oak_index/.content.xml, line 63, validator: jackrabbit-packagetype, JCR node path: /oak:index
Found 41 violation(s) (with severity=ERROR). Check above errors for details -> [Help 1]
How can I fix this? Is there anything else I am missing?
Appreciate your help!
