0
votes

I am trying to do CDCI on AEM instance. I have deployed using RESTful services of AEM crx/packmgr on my server. The new package is getting successfully installed, but i am not able to see newly installed package in packmgr (Package Manager). Is there some other way by which AEM tracks package version? Please let me know I will get to see newly installed package in Packmgr.

Thanks in Advance!

1

1 Answers

1
votes

Whenever you create or upload a package, it ends up under /etc/packages node. The version number is used to identify the version sequence of the package. As long as the new package has a higher version number it will be installed. AEM follows the Semantic Versioning rules for package.

The newly installed package must be visible via package manager or /etc/packages and you should be able to verify it either way.

More information can be found here: https://docs.adobe.com/docs/en/aem/6-3/administer/content/package-manager.html#Creating%20a%20New%20Package