filevault-package-maven-plugin how to include other files/folders? | Community
Skip to main content
New Participant
July 30, 2024
Solved

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

  • July 30, 2024
  • 3 replies
  • 1262 views

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!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

kautuk_sahni
Employee
August 1, 2024

@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
EstebanBustamante
New Participant
July 31, 2024

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/mutable-immutable and that would give you a clear idea of which plugin to use for each type of files/folders

 

Hope this helps

Esteban Bustamante
arunpatidar
arunpatidarAccepted solution
New Participant
July 31, 2024