Which Maven plugin allows direct installation of the bundle into AEM?
Which Maven plugin allows direct installation of the bundle into AEM?
The correct plugin for directly installing a bundle into AEM (Adobe Experience Manager) is the maven-sling-plugin. This plugin is specifically designed to handle tasks such as deploying content directly to an AEM server, which makes it suitable for direct installation purposes.
Direct Deployment of bundle is done by maven-sling-plugin . Ans: A https://helpx.adobe.com/in/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop/part1.html
A. maven-sling-plugin – for deploying the bundle B. maven-scr-plugin C. maven-bundle-plugin – for building the bundle D. maven-javadoc-plugin – for installing the bundle So correct answer should be D
The answer should be C. http://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html