ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 6 - Certified MuleSoft Developer II discussion

Report
Export

Multiple individual Mute application need to use the Mule Maven plugin to deploy to CloudHub.

The plugin configuration should .. reused where necessary and anything project, specific should be property-based.

Where should the Mule Maven details be configured?

A.
A parent pom.xml
Answers
A.
A parent pom.xml
B.
Settings, xml
Answers
B.
Settings, xml
C.
Pom, xml
Answers
C.
Pom, xml
D.
A Bill of Materials (BOM) parent pm
Answers
D.
A Bill of Materials (BOM) parent pm
Suggested answer: A

Explanation:

To reuse Mule Maven plugin configuration across multiple individual Mule applications, the developer should use a parent pom.xml file. A parent pom.xml file defines common configuration for one or more child projects that inherit from it. The developer can specify common properties and dependencies for all child projects in the parent pom.xml file, such as Mule Maven plugin configuration, and then reference them in each child project's pom.xml file using placeholders.

Reference: https://docs.mulesoft.com/mule-runtime/4.3/mmp-concept#parent-pom https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Project_Inheritance

asked 23/09/2024
Melissa Taylor
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first