Vault Filter Not Applying
I am using the maven multimodule content package archetype in my project as listed here:
https://docs.adobe.com/docs/en/aem/6-0/develop/dev-tools/vlt-mavenplugin.html#multimodule-content-package-archetype
I changed the <version> in all three POM files from "1.0-SNAPSHOT" to "${project.version}".
The filters are included in the package when deployed to the Local environment as expected, but when deployed to the Dev and Staging environment, the filters are not there.
This did work previously when all three POMs had the "1.0-SHAPSHOT" version, but we would like to include the revision number in the content package title, hence the project.version update.
Is there anything else that I need to change?
Thanks in advance!