Exam AD0-E103 All QuestionsBrowse all questions from this exam
Question 52

A developer is working on a project locally and needs to install packages manually. The deployments to the localhost must be automated to speed up development. This functionality must be toggled on and off, depending on the needs of the developer.

Which step should the developer take to achieve this?

    Correct Answer: C

    The correct approach to configure automated deployments that can be toggled on and off is to add a Maven profile and configure the content package Maven plugin within this profile. This allows the developer to run specific configurations only when the profile is activated, providing flexibility to control the automation as needed.

Discussion
gkay2Option: C

C is the correct answer

AkashDOption: C

C is the correct answer. content-package-maven-plugin

pkg82Option: C

I think ans should be C !!