Hello Team !
Recently I have created a project with Maven Archetype 40 and AEM version of 6.5.15. Development was going through and suddenly after build the content page structure got deleted after the build. This happens intermediately in each time. The filter.xml on the ui.content is given for merge and not given any delete exclusions.
Is this an issue with Archetype version or any other ? Please advice if anyone have faced this issue recently ?
Solved! Go to Solution.
Views
Replies
Total Likes
check out for filter.xml under ui.content. and try to add following with mode "merge" .
This is normally caused by an incorrect filter.xml; please note that you have multiple content packages as part of your deployment, not only ui.apps; as content is removed, you should check the filter of the ui.content module.
check your filter.xml to see if there are any root-level paths, which override your content pages.
if you would like to maintain a separate content package, you can exclude the content path filter altogether.
Thanks,
Sravan
@akashkriz005 I recommand you to delete the /content/<content path> and /content/experience-fragment path from your filter.xml file and validate it.
As you said this is intermediately happening then it should not be a issue with Archetype. I tried Archetype 40 in my local and its absolutly fine
check out for filter.xml under ui.content. and try to add following with mode "merge" .
Views
Likes
Replies