I have some custom workflows under var/workflows/models but committing this to my local directory and deploying my maven project completely overwrites AEM's existing workflows and only leaves my workflows in the folder. How do I include my workflows in Git so that other developers can use the workflows when deploying from Git to their AEM instances? In a general sense, how do I commit files which are not under /apps/ or files which are in already existing AEM folders?
Solved! Go to Solution.
Views
Replies
Total Likes
Update your filter.xml
There are options to update, replace or merge changes.
you can create var folder parallel to apps and etc and update your changes.
Jackrabbit Filevault - Workspace Filter
Views
Replies
Total Likes
Update your filter.xml
There are options to update, replace or merge changes.
you can create var folder parallel to apps and etc and update your changes.
Jackrabbit Filevault - Workspace Filter
Views
Replies
Total Likes
Thanks Arun,
I was able to figure this out and commit the required files.
<filter root="/conf" mode="merge" />
The above filter would do.
Views
Replies
Total Likes