Level 2
January 29, 2024
Solved
Problem with the "all" module on Package Manager
- January 29, 2024
- 3 replies
- 1308 views
Hi everyone,
when I use the Maven profile autoInstallPackage, the AEM Connector that I developed works fine. But when I upload it via package manager the all.zip file, it doesn't work and the core module stills in a loop.
I attach two different error.log: autoInstallPackage and upload via package manager.
In the first case, the "all" module is installed last: the maven profile uploads every single zip file and when it uploads the "all.zip" (that contains already uploaded zip files) these files are skipped. In the second case, it's installed first.
Can anyone tell me where I'm going wrong? If necessary, I attach the various poms