Valid MCD-Level-2 Dumps shared by ExamDiscuss.com for Helping Passing MCD-Level-2 Exam! ExamDiscuss.com now offer the newest MCD-Level-2 exam dumps, the ExamDiscuss.com MCD-Level-2 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MCD-Level-2 dumps with Test Engine here:
Refer to the exhibit. A Mule application pom.xml configures the Maven Resources plugin to exclude parsing binary files in the project's src/main/resources/certs directory. Which configuration of this plugin achieves a successful build?
Correct Answer: C
To configure the Maven Resources plugin to exclude parsing binary files in the project's src/main/resources/certs directory, option C should be used. This option specifies that any files with .cer or .jks extensions under the certs directory should be excluded from filtering. Filtering is a process of replacing placeholders with actual values in resource files during the build process. Binary files should not be filtered because they may become corrupted or unusable. References: https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.htmlhttps://maven.apache.org/plugins/