Solved
sub-packages are not installed with same package name
Hi community,
I've faced with the issue of not being able to efficiently develop and deploy AEM
Issue
I tried to deploy the updated code to AEM, but the sub-packages are not installed.
If I manually install the sub-packages one by one they are installed correctly, but it is very inefficient.
How do you guys install your developments while developing?
environment
AEM6.5.14
archetypeVersion=39
Procedure
1 Generate a project with archetypeVersion=39 according to the Usage section below.
2 execute the command below and install packages
mvn clean install -PautoInstallSinglePackage
3 confirm that mysite.all-0.0.1.zip was unziped and the following sub-packages were installed.
mysite.ui.apps-0.0.1.zip
mysite.ui.config-0.0.1.zip
mysite.ui.content-0.0.1.zip
4 execute the command below again.
mvn clean install -PautoInstallSinglePackage
5 you can confirm that sub-packages aren't installed even though mysite.all-0.0.1.zip was unziped.
I expect that sub-packages are able to be installed with the same package name.
you might need to add a new logger with debug level for checking activity log
org.apache.jackrabbit.vault.packaging.impl.ActivityLog
Thank you in advance.
