I need a better understanding of deploying to AEM with MAVEN
I have been using Maven to build my OSGI bundles.
Then I started using the AEM plugin for Eclipse and using that to import and export component code (JSP, CSS, JS and so on) between my project in Eclipse and my AEM server.
For OSGI bundles I would deploy them using AEM Web Console Bundles - <server><port>/system/console/bundles
Is it not possible to use a plugin inside maven to deploy code and bundles to an AEM server?
Is there a development tutorial that explains how to use and configure AEM and Sling plugins to deploy components and OSGI bundles using Maven?
Regards
Clive Stewart