Mulesoft Certified Developer Mcd · Free Practice Question Easy
Question 15
Which of the below is used by Mule application to manage dependencies which make sharing the projects lightweight and easier?
-
A
Configuration file
-
B
POM.xml
-
C
Global element
-
D
Cloudhub
Reveal correct answer
Correct answer: B
Explanation
POM.xml contains info about the project and configuration details used by Maven to build the project.
pom.xml File
- <project root>/pom.xml
Project Object Model file that defines settings for a Maven project describing an application. It includes all settings necessary to build the application such as build plugin configurations. Note that the pom.xml exists on a per-project basis and is distributed along with a project.
Mule Ref Doc : Maven Reference | MuleSoft Documentation
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
