ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 7 - AD0-E906 discussion

Report
Export

For a customer, the local deployment process needs to differ from Cloud Manager. A developer wants to execute maven profile for the Cloud Manager deployment pipeline only Which configuration should the developer use?

A)

B)

C)

A.
Option A
Answers
A.
Option A
B.
Option B
Answers
B.
Option B
C.
Option C
Answers
C.
Option C
Suggested answer: C

Explanation:

In the given scenario, the developer needs to execute a Maven profile specifically for the Cloud Manager deployment pipeline. This requires the use of a property that is exclusive to Cloud Manager, allowing the profile to activate only when the build is being executed in the Cloud Manager environment.

Option C uses the correct activation property:

<name>env.cloudmanager</name>

This property is specific to Adobe's Cloud Manager environment, ensuring that this Maven profile will only be activated during Cloud Manager deployments. This allows the local deployment process to remain unaffected while the correct profile is triggered in Cloud Manager.

Options A and B use other properties (env.CM_BUILD or CM_BUILD) that are not standard or specific to the Cloud Manager environment, making them incorrect choices.

For more details, you can refer to Adobe's Cloud Manager Maven Configuration documentation, which outlines how to configure Maven profiles specifically for Cloud Manager's deployment pipelines.

asked 02/10/2024
RANA MANSOUR
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first