gradle-aem-plugin
gradle-aem-plugin copied to clipboard
Clean XMP metadata from images on packageSync
Hi,
I noticed that after running packageSync task Git shows that the images stored in the DAM are modified, but visually they are the same. It turned out that AEM adds XMP metadata to the images. One of the XMP properties is dc:modified, which obviously is updated upon each application deployment.
Please add a possibility to clean up XMP metadata on packageSync.
Thanks, Piotr
Hmm - I don't think you should be cleaning up the metadata here - I would rather say that there should be a possibility to disable the workflows - it will prevent the situation rather than trying to retro-fix it
Well, we could do it this way, but what if we actually want the metadata? Then I would like to remove only the problematic properties, like the modification date, or sha1 hash.
closing as stale