Hi All,
I converted existing maven project to Sling Bundle project using right click it in the Project Explorer and Select Configure -> Convert to Sling Bundle Project.
Now, I did some change in a file and on save it getting deploy on AEM instance where I can see the updated time of bundle in AEM console but code is not getting updated on AEM instance. Because of this if I am putting some checkpoint, I am not able to debug the code as well.
But if manually I upload bundle in AEM instance via mvn clean install, code is getting updated and working.
Could anyone help with this ?
Thanks