Exam 9A0-384 All QuestionsBrowse all questions from this exam
Question 11

Which Maven plugin allows direct installation of the bundle into AEM?

    Correct Answer: A

    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.

Discussion
heenamadanOption: A

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

AryanSainiOption: D

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

starcitynews0023Option: C

The answer should be C. http://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html