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

filevault-package-maven-plugin how to include other files/folders?

Avatar

Level 3

I'm working on migrating from AEM 6.5 to AEMaaCS. Previously we were just using content-package-maven-plugin, but it looks like we also need to use filevault-package-maven-plugin for the project to compile with <packaging>content-package</packaging>

 
The thing I am confused about is how I can include specific files or folders when using filevault-package-maven-plugin. Besides including what's underneath src/main/content/jcr_root, I need to include some folders that are generated in the target directory.
 
Very confused on how to do this, would appreciate any help!
1 Accepted Solution

Avatar

Correct answer by
Community Advisor
3 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Community Advisor

Hi, 

 

What files or folders are you looking to include in the AEM deployment? Usually, this would be aligned with the mutable and immutable content https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/basics/... and that would give you a clear idea of which plugin to use for each type of files/folders

 

Hope this helps



Esteban Bustamante

Avatar

Administrator

@IshaJa Did you find the suggestions from users helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni