AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 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?

Show Answer
Correct Answer: AC

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

3 comments
Sign in to comment
pkg82Option: C
Jun 17, 2020

I think ans should be C !!

AkashDOption: C
Jun 28, 2020

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

gkay2Option: C
Jul 18, 2020

C is the correct answer