Deploying OSGI bundles using eclipse
I have created the AEM multi module project and am able to auto sync changes directly to AEM instance (6.2). However, what is the process to install OSGI bundle directly AEM. I see my bundle in console which was created (I think) while AEM multi module project on eclipse as it is creating the file structure (component, templates...).
I have tried installing the bundle using the maven command: ../Developement\eclipse-luna\AEM\ss\core>mvn -Pauto-deploy -Dcrx.url=htt
p://localhost:84502 clean install
The commad output says Build successful. Could you please provide me steps to deploy OSGI bundles using eclipse or maven for AEM 6.2.
Environment:
AEM 6.2
Eclipse Luna
Apache Maven 3.3.9