Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

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

Avatar

Level 2

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!
0 Replies