@Shashi_Mulugu I have some configuration files in ui.config folder, that does maintain some variables. I build my code with mvn clean install -PautoInstallPackage and set the variables in the AEM directly. The issue is that after another deployment the configuration gets wiped out.
@Imran__Khan The pom.xml files look the same as yours. My issue is not about the installation of the project on 4502. The build is successful on 4502, but the issue is with the OSGI services configurations that is removed. I hope you got my issue now
AEM Community, I am facing an issue with OSGI service variables. I have two author instances of AEM v6.5.17 running on 4502 and 4504 ports. I use mvn clean install -PautoInstallPackage command to build and deploy the project on any of the two instances. I also have some configurations in place in th...