I've written a custom EventHandler to track ASSET_EXPIRING event (DamEvent.EVENT_TOPIC). Even after setting the prism:expirationDate property, the event doesn't trigger, though I can see the asset being flagged red after it expires.
I have included the asset share commons package in the all/pom.xml. However, the vendor packages do not get installed automatically after running the build command (mvn clean install -PautoInstallSinglePackage). <embedded> <groupId>com.adobe.aem.guides</groupId> <artifactId>aem-guides-wknd-sha...