Cloud Manager deployments do not reflect /conf metadata changes in AEMaaCS
In AEMaaCS, changes to AEM search or metadata configurations under the /conf path, such as adding new predicates or group predicates, do not appear in the UI on DEV or QA environments after deployment. This occurs because Cloud Manager skips or reuses the ui.content package, leaving outdated content in the environment. To fix this issue, update the main pom.xml version.
Description description
Environment
Product: Adobe Experience Manager as a Cloud Service
Issue/Symptoms
- Changes to AEM search or metadata under
/confare not reflected in the UI on DEV or QA. - Cloud Manager pipeline completes successfully but skips or reuses the
ui.contentpackage. - As a result, outdated content remains in the environment.
Resolution resolution
To fix this issue, follow these steps:
- Update the version (e.g., 1.0.0-SNAPSHOT) in all submodules’
pom.xmlfiles. For example:ui.content/pom.xml. - Update the same version in the main (parent)
pom.xmlat the project root, for example:./pom.xml. - Build the project locally from the root (
./pom.xml) to ensure all modules use the updated version. - Deploy the build to DEV using Cloud Manager.
- Verify that /conf changes are visible in the UI on DEV and QA(for example, under
/conf/<your-project>in the configuration browser).
Note: If only inner submodule versions are updated and the main pom.xml is not, Cloud Manager skips building and deploying new content packages, resulting in outdated configurations after deployment.
Related readings
recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f