I am working on AEM 6.4 project. I saw that my core bundles are not installing in "jcrinstall:/apps/etap/install/etap.core-1.0-SNAPSHOT.jar" but installing in "inputstream:etap.core-1.0-SNAPSHOT.jar".
So when i export my project, none of my back end logic is being exported. How to change Bundle location in web console?
I tried uninstalling in console and running autoInstallBundle from ecllipse, but it is installing in wrong location only.