Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Need /var content to be part of deployments

Avatar

Level 5

I have a report under /var/reports in AEMaaCS and I want it to be part of deployments so that I need not to install the package every time a deployment happens to certain environment. How can I do that? Where to put it?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @goyalkritika Please include those paths(/var/reports/../..)  in your filter.xml of ui.content

 

Thanks

Bilal

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @goyalkritika Please include those paths(/var/reports/../..)  in your filter.xml of ui.content

 

Thanks

Bilal

Avatar

Community Advisor

@goyalkritika  Put below code in filter.xml file

 

<filter root="/var/reports"/>

But i recommand you to specify the exact  file name if you have any

Avatar

Community Advisor

HI @goyalkritika ,

Add the path in filter.xml to deploy /var via CI/CD pipeline

Himanshu Jain