9A0-384 Exam QuestionsBrowse all questions from this exam

9A0-384 Exam - Question 11


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

Show Answer
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

3 comments
Sign in to comment
heenamadanOption: A
Jun 17, 2020

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

starcitynews0023Option: C
May 2, 2020

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

AryanSainiOption: D
Jun 19, 2021

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