The validation errors are gone when I added filter root in the plugin configuration of apps module, but no luck the build is success, however package contains excluded component.<filters> <filter> <root>/apps/myapp/components/macrsite </root> </filter></filters>
This is the addition <jackrabbit-filter> <options> <validRoots> /apps, /apps/myapp, /apps/myapp/components, /apps/myapp/components/macrsite <validRoots> </options></jackrabbit-filter>
Dear community, I have the requirement to exclude components under one folder from the built package. I made the following changes to filter.xml <filter root="/apps/myapp/components"> <exclude pattern="/apps/myapp/components/macrsite(/.*)?" /></filter> the ui.apps.structure pom looks like thi...